]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/fs_enet/fs_enet.h
[NET]: Make NAPI polling independent of struct net_device objects.
[net-next-2.6.git] / drivers / net / fs_enet / fs_enet.h
index 569be225cd056b0955c3310c36706abb040fc8a7..46d0606b143967e8eb07a62875b5a9be0e7e4e1d 100644 (file)
@@ -121,6 +121,7 @@ struct fs_enet_mii_bus {
 };
 
 struct fs_enet_private {
+       struct napi_struct napi;
        struct device *dev;     /* pointer back to the device (must be initialized first) */
        spinlock_t lock;        /* during all ops except TX pckt processing */
        spinlock_t tx_lock;     /* during fs_start_xmit and fs_tx         */