diff options
author | Wang Chen <wangchen@cn.fujitsu.com> | 2008-11-20 10:01:00 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-20 10:01:00 +0100 |
commit | f3a216d1da1c034c425c4eafe27a1b45269985c7 (patch) | |
tree | d93f40edc7dd6e2b0575c3999b11e92d27466af4 /drivers/net/hamradio/Kconfig | |
parent | filter: add SKF_AD_NLATTR_NEST to look for nested attributes (diff) | |
download | linux-f3a216d1da1c034c425c4eafe27a1b45269985c7.tar.xz linux-f3a216d1da1c034c425c4eafe27a1b45269985c7.zip |
netdevice: 82596: Convert netdev->priv to netdev_priv
1. When alloc_etherdev(), no memory be allocated to netdev->priv.
2. And it's need to get a whole page for priv.
For these reasons, use netdev->ml_priv to point to the page is the
best method to convert directly reference of netdev->priv.
Signed-off-by: Wang Chen <wangchen@cn.fujitsu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hamradio/Kconfig')
0 files changed, 0 insertions, 0 deletions