netdevice hamradio: Convert directly reference of netdev->priv
authorWang Chen <wangchen@cn.fujitsu.com>
Thu, 20 Nov 2008 09:02:05 +0000 (01:02 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Nov 2008 09:02:05 +0000 (01:02 -0800)
commitf4bdd264b43cc60dccb617afce2859dffdd7a935
tree26cb9d386b1f1fa1a2902ee9943b71dee7423f9a
parentf3a216d1da1c034c425c4eafe27a1b45269985c7
netdevice hamradio: Convert directly reference of netdev->priv

Since all the memory, which pointed by netdev->priv, are allocated in
advance instead of by alloc_netdev().  Use netdev->ml_priv to point to
those memory.

Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/hamradio/dmascc.c
drivers/net/hamradio/scc.c