aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/qlcnic/qlcnic.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/drivers/net/qlcnic/qlcnic.h b/drivers/net/qlcnic/qlcnic.h
index abec4684653..9662a37bfc5 100644
--- a/drivers/net/qlcnic/qlcnic.h
+++ b/drivers/net/qlcnic/qlcnic.h
@@ -1068,7 +1068,7 @@ int qlcnic_reset_context(struct qlcnic_adapter *);
1068 * QLOGIC Board information 1068 * QLOGIC Board information
1069 */ 1069 */
1070 1070
1071#define QLCNIC_MAX_BOARD_NAME_LEN 64 1071#define QLCNIC_MAX_BOARD_NAME_LEN 100
1072struct qlcnic_brdinfo { 1072struct qlcnic_brdinfo {
1073 unsigned short vendor; 1073 unsigned short vendor;
1074 unsigned short device; 1074 unsigned short device;
@@ -1078,8 +1078,12 @@ struct qlcnic_brdinfo {
1078}; 1078};
1079 1079
1080static const struct qlcnic_brdinfo qlcnic_boards[] = { 1080static const struct qlcnic_brdinfo qlcnic_boards[] = {
1081 {0x1077, 0x8020, 0x1077, 0x203, "8200 Series Single Port 10GbE CNA"}, 1081 {0x1077, 0x8020, 0x1077, 0x203,
1082 {0x1077, 0x8020, 0x1077, 0x207, "8200 Series Dual Port 10GbE CNA"}, 1082 "8200 Series Single Port 10GbE Converged Network Adapter \
1083 (TCP/IP Networking)"},
1084 {0x1077, 0x8020, 0x1077, 0x207,
1085 "8200 Series Dual Port 10GbE Converged Network Adapter \
1086 (TCP/IP Networking)"},
1083 {0x1077, 0x8020, 0x1077, 0x20b, 1087 {0x1077, 0x8020, 0x1077, 0x20b,
1084 "3200 Series Dual Port 10Gb Intelligent Ethernet Adapter"}, 1088 "3200 Series Dual Port 10Gb Intelligent Ethernet Adapter"},
1085 {0x1077, 0x8020, 0x1077, 0x20c, 1089 {0x1077, 0x8020, 0x1077, 0x20c,