ethtool: Add hw-switch-offload to netdev_features_strings.
authorRami Rosen <ramirose@gmail.com>
Fri, 20 Feb 2015 19:34:58 +0000 (21:34 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 20 Feb 2015 21:36:43 +0000 (16:36 -0500)
commit65e9256c4ec569ed62bb89023daab7b72368b89f
tree4cc6fc3d4eb88b267fa4eb397222170beb065196
parentf4c2b7a08170dc4e442c4566486e4597af8d72a3
ethtool: Add hw-switch-offload to netdev_features_strings.

commit aafb3e98b279 (netdev: introduce new NETIF_F_HW_SWITCH_OFFLOAD feature
flag for switch device offloads) add a new feature without adding it to
netdev_features_strings array; this patch fixes this.

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/ethtool.c