diff options
author | Sritej Velaga <sritej.velaga@qlogic.com> | 2010-10-07 19:46:08 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-10-08 16:59:09 -0400 |
commit | 6336acd5522b150e7695cb3b42221999b352baa5 (patch) | |
tree | 22d00ce802ddf3c4656a47dbdfc269236d9c3448 /drivers/net/qlcnic | |
parent | a2152d096e0cd8593e883f72e875195ea0e89bb7 (diff) |
qlcnic: fix board description
Remove "Flex-10" from board description.
Signed-off-by: Sritej Velaga <sritej.velaga@qlogic.com>
Signed-off-by: Amit Kumar Salecha <amit.salecha@qlogic.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/qlcnic')
-rw-r--r-- | drivers/net/qlcnic/qlcnic.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/qlcnic/qlcnic.h b/drivers/net/qlcnic/qlcnic.h index 6909cfc6d2bd..46a54b3ccea6 100644 --- a/drivers/net/qlcnic/qlcnic.h +++ b/drivers/net/qlcnic/qlcnic.h | |||
@@ -1370,7 +1370,7 @@ static const struct qlcnic_brdinfo qlcnic_boards[] = { | |||
1370 | {0x1077, 0x8020, 0x1077, 0x20f, | 1370 | {0x1077, 0x8020, 0x1077, 0x20f, |
1371 | "3200 Series Single Port 10Gb Intelligent Ethernet Adapter"}, | 1371 | "3200 Series Single Port 10Gb Intelligent Ethernet Adapter"}, |
1372 | {0x1077, 0x8020, 0x103c, 0x3733, | 1372 | {0x1077, 0x8020, 0x103c, 0x3733, |
1373 | "NC523SFP 10Gb 2-port Flex-10 Server Adapter"}, | 1373 | "NC523SFP 10Gb 2-port Server Adapter"}, |
1374 | {0x1077, 0x8020, 0x0, 0x0, "cLOM8214 1/10GbE Controller"}, | 1374 | {0x1077, 0x8020, 0x0, 0x0, "cLOM8214 1/10GbE Controller"}, |
1375 | }; | 1375 | }; |
1376 | 1376 | ||