linux-kernel-test/drivers/net/wan
Wang Chen 8f15ea42b6 netdevice: safe convert to netdev_priv() #part-3
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:38:36 -08:00
..
lmc drivers/net: Kill now superfluous ->last_rx stores. 2008-11-03 21:11:17 -08:00
.gitignore
c101.c
cosa.c drivers/net: Kill now superfluous ->last_rx stores. 2008-11-03 21:11:17 -08:00
cosa.h
cycx_drv.c drivers/net: replace __FUNCTION__ with __func__ 2008-09-24 18:59:00 -04:00
cycx_main.c
cycx_x25.c drivers/net: Kill now superfluous ->last_rx stores. 2008-11-03 21:11:17 -08:00
dlci.c netdevice: safe convert to netdev_priv() #part-3 2008-11-12 23:38:36 -08:00
dscc4.c drivers/net: Kill now superfluous ->last_rx stores. 2008-11-03 21:11:17 -08:00
farsync.c drivers/net: Kill now superfluous ->last_rx stores. 2008-11-03 21:11:17 -08:00
farsync.h
hd6457x.c drivers/net: Kill now superfluous ->last_rx stores. 2008-11-03 21:11:17 -08:00
hd64570.h
hd64572.h
hdlc_cisco.c
hdlc_fr.c
hdlc_ppp.c
hdlc_raw_eth.c
hdlc_raw.c
hdlc_x25.c wan/hdlc_x25.c: fix a NULL dereference 2008-09-24 18:49:02 -04:00
hdlc.c
hostess_sv11.c drivers/net: Kill now superfluous ->last_rx stores. 2008-11-03 21:11:17 -08:00
Kconfig tty: kref the tty driver object 2008-10-13 09:51:42 -07:00
lapbether.c drivers/net: Kill now superfluous ->last_rx stores. 2008-11-03 21:11:17 -08:00
Makefile
n2.c
pc300_drv.c
pc300_tty.c drivers/net: replace __FUNCTION__ with __func__ 2008-09-24 18:59:00 -04:00
pc300-falc-lh.h
pc300.h
pc300too.c pci: use pci_ioremap_bar() in drivers/net 2008-10-31 00:53:48 -04:00
pci200syn.c pci: use pci_ioremap_bar() in drivers/net 2008-10-31 00:53:48 -04:00
sbni.c drivers/net: Kill now superfluous ->last_rx stores. 2008-11-03 21:11:17 -08:00
sbni.h
sdla.c netdevice: safe convert to netdev_priv() #part-3 2008-11-12 23:38:36 -08:00
sealevel.c drivers/net: Kill now superfluous ->last_rx stores. 2008-11-03 21:11:17 -08:00
syncppp.c drivers/net: Kill now superfluous ->last_rx stores. 2008-11-03 21:11:17 -08:00
wanxl.c drivers/net: Kill now superfluous ->last_rx stores. 2008-11-03 21:11:17 -08:00
wanxl.h
wanxlfw.inc_shipped
wanxlfw.S
x25_asy.c netdevice: safe convert to netdev_priv() #part-3 2008-11-12 23:38:36 -08:00
x25_asy.h
z85230.c net: delete excess kernel-doc notation 2008-10-30 23:54:35 -07:00
z85230.h net: Rationalise email address: Network Specific Parts 2008-10-13 19:01:08 -07:00