]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
net: Add missing netdev feature strings for NETIF_F_HW_VLAN_STAG_*
authorDavid S. Miller <davem@davemloft.net>
Fri, 19 Apr 2013 20:08:23 +0000 (16:08 -0400)
committerDavid S. Miller <davem@davemloft.net>
Fri, 19 Apr 2013 20:16:50 +0000 (16:16 -0400)
Noticed by Ben Hutchings.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/ethtool.c

index b87712cfd26cdaf5cdc24b87e579acc918a39004..5a934ef90f8bc7a70a5236aa1d784dc1f5ff315f 100644 (file)
@@ -64,6 +64,9 @@ static const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN]
 
        [NETIF_F_HW_VLAN_CTAG_RX_BIT] =  "rx-vlan-ctag-hw-parse",
        [NETIF_F_HW_VLAN_CTAG_FILTER_BIT] = "rx-vlan-ctag-filter",
+       [NETIF_F_HW_VLAN_STAG_TX_BIT] =  "tx-vlan-stag-hw-insert",
+       [NETIF_F_HW_VLAN_STAG_RX_BIT] =  "rx-vlan-stag-hw-parse",
+       [NETIF_F_HW_VLAN_STAG_FILTER_BIT] = "rx-vlan-stag-filter",
        [NETIF_F_VLAN_CHALLENGED_BIT] =  "vlan-challenged",
        [NETIF_F_GSO_BIT] =              "tx-generic-segmentation",
        [NETIF_F_LLTX_BIT] =             "tx-lockless",