diff options
-rw-r--r-- | drivers/net/ethernet/mellanox/mlx4/fw.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx4/fw.c b/drivers/net/ethernet/mellanox/mlx4/fw.c index f6245579962d..876439748cdf 100644 --- a/drivers/net/ethernet/mellanox/mlx4/fw.c +++ b/drivers/net/ethernet/mellanox/mlx4/fw.c | |||
@@ -91,7 +91,7 @@ static void dump_dev_cap_flags(struct mlx4_dev *dev, u64 flags) | |||
91 | [ 8] = "P_Key violation counter", | 91 | [ 8] = "P_Key violation counter", |
92 | [ 9] = "Q_Key violation counter", | 92 | [ 9] = "Q_Key violation counter", |
93 | [10] = "VMM", | 93 | [10] = "VMM", |
94 | [12] = "DPDP", | 94 | [12] = "Dual Port Different Protocol (DPDP) support", |
95 | [15] = "Big LSO headers", | 95 | [15] = "Big LSO headers", |
96 | [16] = "MW support", | 96 | [16] = "MW support", |
97 | [17] = "APM support", | 97 | [17] = "APM support", |
@@ -109,6 +109,7 @@ static void dump_dev_cap_flags(struct mlx4_dev *dev, u64 flags) | |||
109 | [41] = "Unicast VEP steering support", | 109 | [41] = "Unicast VEP steering support", |
110 | [42] = "Multicast VEP steering support", | 110 | [42] = "Multicast VEP steering support", |
111 | [48] = "Counters support", | 111 | [48] = "Counters support", |
112 | [55] = "Port link type sensing support", | ||
112 | [59] = "Port management change event support", | 113 | [59] = "Port management change event support", |
113 | [61] = "64 byte EQE support", | 114 | [61] = "64 byte EQE support", |
114 | [62] = "64 byte CQE support", | 115 | [62] = "64 byte CQE support", |