X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=net%2Fcore%2Fethtool.c;h=640ba0e5831ce0334a9cbf03983c16a022e85065;hb=84cc8a7114012b0e2a2195b9c53cf9aac9860960;hp=30071dec287a4674b64ec4f29c158d8a0a57bf56;hpb=e6c3dcdea6c95e4de98681a6cb3124ed8eacd5d6;p=karo-tx-linux.git diff --git a/net/core/ethtool.c b/net/core/ethtool.c index 30071dec287a..640ba0e5831c 100644 --- a/net/core/ethtool.c +++ b/net/core/ethtool.c @@ -97,6 +97,7 @@ static const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN] [NETIF_F_RXFCS_BIT] = "rx-fcs", [NETIF_F_RXALL_BIT] = "rx-all", [NETIF_F_HW_L2FW_DOFFLOAD_BIT] = "l2-fwd-offload", + [NETIF_F_BUSY_POLL_BIT] = "busy-poll", }; static int ethtool_get_features(struct net_device *dev, void __user *useraddr)