]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0b3b814d13d8ca8da2171b1a4f471669da9ff3ea
tree4cc6fc3d4eb88b267fa4eb397222170beb065196
parentb6cce2a0812265c50e7efa08e7b9e1b85cd74528
ethtool: Add hw-switch-offload to netdev_features_strings.

commit 9df0c2b8df77 (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