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)
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>

No differences found