diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/core/ethtool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/core/ethtool.c b/net/core/ethtool.c index 3f79db1b612a..080161924a0d 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c | |||
@@ -73,6 +73,7 @@ static const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] | |||
73 | [NETIF_F_RXCSUM_BIT] = "rx-checksum", | 73 | [NETIF_F_RXCSUM_BIT] = "rx-checksum", |
74 | [NETIF_F_NOCACHE_COPY_BIT] = "tx-nocache-copy", | 74 | [NETIF_F_NOCACHE_COPY_BIT] = "tx-nocache-copy", |
75 | [NETIF_F_LOOPBACK_BIT] = "loopback", | 75 | [NETIF_F_LOOPBACK_BIT] = "loopback", |
76 | [NETIF_F_RXFCS_BIT] = "rx-fcs", | ||
76 | }; | 77 | }; |
77 | 78 | ||
78 | static int ethtool_get_features(struct net_device *dev, void __user *useraddr) | 79 | static int ethtool_get_features(struct net_device *dev, void __user *useraddr) |