]> rtime.felk.cvut.cz Git - linux-imx.git/blobdiff - include/linux/netdevice.h
net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL
[linux-imx.git] / include / linux / netdevice.h
index bb82871b8494f4369c5fe0c65392f16bba1096be..9a4156845e9348cb4fe4b803a64041d1db5de377 100644 (file)
@@ -973,8 +973,8 @@ struct net_device_ops {
                                                     gfp_t gfp);
        void                    (*ndo_netpoll_cleanup)(struct net_device *dev);
 #endif
-#ifdef CONFIG_NET_LL_RX_POLL
-       int                     (*ndo_ll_poll)(struct napi_struct *dev);
+#ifdef CONFIG_NET_RX_BUSY_POLL
+       int                     (*ndo_busy_poll)(struct napi_struct *dev);
 #endif
        int                     (*ndo_set_vf_mac)(struct net_device *dev,
                                                  int queue, u8 *mac);