aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/fec_8xx/fec_8xx.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/fec_8xx/fec_8xx.h')
-rw-r--r--drivers/net/fec_8xx/fec_8xx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/fec_8xx/fec_8xx.h b/drivers/net/fec_8xx/fec_8xx.h
index 5af60b0f9208..f3b1c6fbba8b 100644
--- a/drivers/net/fec_8xx/fec_8xx.h
+++ b/drivers/net/fec_8xx/fec_8xx.h
@@ -105,6 +105,8 @@ struct fec;
struct fec_enet_private {
spinlock_t lock; /* during all ops except TX pckt processing */
spinlock_t tx_lock; /* during fec_start_xmit and fec_tx */
+ struct net_device *dev;
+ struct napi_struct napi;
int fecno;
struct fec *fecp;
const struct fec_platform_info *fpi;