diff options
-rw-r--r-- | drivers/net/ethernet/mellanox/mlx4/fw.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/drivers/net/ethernet/mellanox/mlx4/fw.c b/drivers/net/ethernet/mellanox/mlx4/fw.c index 0c90d1072e47..0ab81a930f33 100644 --- a/drivers/net/ethernet/mellanox/mlx4/fw.c +++ b/drivers/net/ethernet/mellanox/mlx4/fw.c | |||
@@ -84,13 +84,10 @@ static void dump_dev_cap_flags(struct mlx4_dev *dev, u64 flags) | |||
84 | [ 1] = "UC transport", | 84 | [ 1] = "UC transport", |
85 | [ 2] = "UD transport", | 85 | [ 2] = "UD transport", |
86 | [ 3] = "XRC transport", | 86 | [ 3] = "XRC transport", |
87 | [ 4] = "reliable multicast", | ||
88 | [ 5] = "FCoIB support", | ||
89 | [ 6] = "SRQ support", | 87 | [ 6] = "SRQ support", |
90 | [ 7] = "IPoIB checksum offload", | 88 | [ 7] = "IPoIB checksum offload", |
91 | [ 8] = "P_Key violation counter", | 89 | [ 8] = "P_Key violation counter", |
92 | [ 9] = "Q_Key violation counter", | 90 | [ 9] = "Q_Key violation counter", |
93 | [10] = "VMM", | ||
94 | [12] = "Dual Port Different Protocol (DPDP) support", | 91 | [12] = "Dual Port Different Protocol (DPDP) support", |
95 | [15] = "Big LSO headers", | 92 | [15] = "Big LSO headers", |
96 | [16] = "MW support", | 93 | [16] = "MW support", |
@@ -99,12 +96,11 @@ static void dump_dev_cap_flags(struct mlx4_dev *dev, u64 flags) | |||
99 | [19] = "Raw multicast support", | 96 | [19] = "Raw multicast support", |
100 | [20] = "Address vector port checking support", | 97 | [20] = "Address vector port checking support", |
101 | [21] = "UD multicast support", | 98 | [21] = "UD multicast support", |
102 | [24] = "Demand paging support", | ||
103 | [25] = "Router support", | ||
104 | [30] = "IBoE support", | 99 | [30] = "IBoE support", |
105 | [32] = "Unicast loopback support", | 100 | [32] = "Unicast loopback support", |
106 | [34] = "FCS header control", | 101 | [34] = "FCS header control", |
107 | [38] = "Wake On LAN support", | 102 | [37] = "Wake On LAN (port1) support", |
103 | [38] = "Wake On LAN (port2) support", | ||
108 | [40] = "UDP RSS support", | 104 | [40] = "UDP RSS support", |
109 | [41] = "Unicast VEP steering support", | 105 | [41] = "Unicast VEP steering support", |
110 | [42] = "Multicast VEP steering support", | 106 | [42] = "Multicast VEP steering support", |