]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/net/ethernet/freescale/gianfar.h
gianfar: Use ndev, more Rx path cleanup
[karo-tx-linux.git] / drivers / net / ethernet / freescale / gianfar.h
index cadb068cb37f77bc80f5dd86612945d644e1f1df..edf8529ed35656d0fe54c264f783e1c55cce8d88 100644 (file)
@@ -1022,7 +1022,7 @@ struct rx_q_stats {
  *     @next_to_use: index of the next buffer to be alloc'd
  *     @next_to_clean: index of the next buffer to be cleaned
  *     @qindex: index of this queue
- *     @dev: back pointer to the dev structure
+ *     @ndev: back pointer to net_device
  *     @rx_ring_size: Rx ring size
  *     @rxcoalescing: enable/disable rx-coalescing
  *     @rxic: receive interrupt coalescing vlaue
@@ -1031,7 +1031,7 @@ struct rx_q_stats {
 struct gfar_priv_rx_q {
        struct  sk_buff **rx_skbuff __aligned(SMP_CACHE_BYTES);
        struct  rxbd8 *rx_bd_base;
-       struct  net_device *dev;
+       struct  net_device *ndev;
        struct  gfar_priv_grp *grp;
        u16 rx_ring_size;
        u16 qindex;