X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=include%2Flinux%2Fnetdevice.h;h=9a4156845e9348cb4fe4b803a64041d1db5de377;hb=73a6fdc48bf52e93c26874dc8c0f0f8d5585a809;hp=bb82871b8494f4369c5fe0c65392f16bba1096be;hpb=23e3a1d971f6658de5aa423011c153765f28fe26;p=~andy%2Flinux diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index bb82871b849..9a4156845e9 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -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);