diff options
author | Eilon Greenstein <eilong@broadcom.com> | 2009-01-14 07:44:28 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-20 01:20:13 +0100 |
commit | e47d7e6eb841c1850f0e69b95ae6cf3c86881f53 (patch) | |
tree | b0ebea3ae2a107e98460d9d75dfc5aed6f2a086d /drivers | |
parent | bnx2x: Handling PHY FW load failure (diff) | |
download | linux-e47d7e6eb841c1850f0e69b95ae6cf3c86881f53.tar.xz linux-e47d7e6eb841c1850f0e69b95ae6cf3c86881f53.zip |
bnx2x: Driver description update
The Driver supports the 57711 and 57711E as well but the description was out of
date
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/bnx2x_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/bnx2x_main.c b/drivers/net/bnx2x_main.c index 2e00da6ab172..dc05e37c581d 100644 --- a/drivers/net/bnx2x_main.c +++ b/drivers/net/bnx2x_main.c @@ -69,7 +69,7 @@ static char version[] __devinitdata = DRV_MODULE_NAME " " DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n"; MODULE_AUTHOR("Eliezer Tamir"); -MODULE_DESCRIPTION("Broadcom NetXtreme II BCM57710 Driver"); +MODULE_DESCRIPTION("Broadcom NetXtreme II BCM57710/57711/57711E Driver"); MODULE_LICENSE("GPL"); MODULE_VERSION(DRV_MODULE_VERSION); |