1
0
Files
linux/drivers
Wang Chen c0103606b7 netdevice lance: Convert directly reference of netdev->priv
This patch is to kill directly reference of netdev->priv too.
Because the private data should be allocated in DMA area, alloc_etherdev()
can't satisfy this needs.
Use netdev->ml_priv to point to lance_private.

Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-11-20 04:05:56 -08:00
..
2008-11-14 14:10:01 +01:00
2008-11-13 15:37:07 +09:00
2008-11-15 11:36:06 -08:00
2008-11-19 21:40:23 -08:00
2008-11-11 13:33:05 -08:00
2008-11-10 13:50:17 -08:00