]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.31/patches.drivers/bnx2x-Driver-description-update.patch
Merge branch 'master' into next
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.drivers / bnx2x-Driver-description-update.patch
CommitLineData
2cb7cef9
BS
1From e47d7e6eb841c1850f0e69b95ae6cf3c86881f53 Mon Sep 17 00:00:00 2001
2From: Eilon Greenstein <eilong@broadcom.com>
3Date: Wed, 14 Jan 2009 06:44:28 +0000
4Subject: bnx2x: Driver description update
5Acked-by: Karsten Keil <kkeil@novell.com>
6Reference: bnc#472500
7
8The Driver supports the 57711 and 57711E as well but the description was out of
9date
10
11Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
12Signed-off-by: David S. Miller <davem@davemloft.net>
13---
14 drivers/net/bnx2x_main.c | 2 +-
15 1 files changed, 1 insertions(+), 1 deletions(-)
16
17Index: linux-2.6.27-bnx2x_2/drivers/net/bnx2x_main.c
18===================================================================
19--- linux-2.6.27-bnx2x_2.orig/drivers/net/bnx2x_main.c
20+++ linux-2.6.27-bnx2x_2/drivers/net/bnx2x_main.c
21@@ -69,7 +69,7 @@ static char version[] __devinitdata =
22 DRV_MODULE_NAME " " DRV_MODULE_VERSION " (" DRV_MODULE_RELDATE ")\n";
23
24 MODULE_AUTHOR("Eliezer Tamir");
25-MODULE_DESCRIPTION("Broadcom NetXtreme II BCM57710 Driver");
26+MODULE_DESCRIPTION("Broadcom NetXtreme II BCM57710/57711/57711E Driver");
27 MODULE_LICENSE("GPL");
28 MODULE_VERSION(DRV_MODULE_VERSION);
29