1
0
Fork 0
remarkable-linux/drivers/net/atl1e
Wang Chen 454d7c9b14 netdevice: safe convert to netdev_priv() #part-1
We have some reasons to kill netdev->priv:
1. netdev->priv is equal to netdev_priv().
2. netdev_priv() wraps the calculation of netdev->priv's offset, obviously
   netdev_priv() is more flexible than netdev->priv.
But we cann't kill netdev->priv, because so many drivers reference to it
directly.

This patch is a safe convert for netdev->priv to netdev_priv(netdev).
Since all of the netdev->priv is only for read.
But it is too big to be sent in one mail.
I split it to 4 parts and make every part smaller than 100,000 bytes,
which is max size allowed by vger.

Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-12 23:37:49 -08:00
..
Makefile atl1e: Atheros L1E Gigabit Ethernet driver 2008-07-22 19:31:04 -04:00
atl1e.h drivers: remove duplicated #include 2008-11-04 08:18:19 -08:00
atl1e_ethtool.c atl1e: WAKE_MCAST 2x. 1st WAKE_UCAST? 2008-08-14 04:44:18 -04:00
atl1e_hw.c atl1e: remove the unneeded (struct atl1e_adapter *) 2008-09-24 20:49:05 -04:00
atl1e_hw.h atl1e: Atheros L1E Gigabit Ethernet driver 2008-07-22 19:31:04 -04:00
atl1e_main.c netdevice: safe convert to netdev_priv() #part-1 2008-11-12 23:37:49 -08:00
atl1e_param.c atl1e: Atheros L1E Gigabit Ethernet driver 2008-07-22 19:31:04 -04:00