[NET]: Move hardware header operations out of netdevice.
Since hardware header operations are part of the protocol class not the device instance, make them into a separate object and save memory. Signed-off-by: Stephen Hemminger <shemminger@linux-foundation.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b95cce3576
commit
3b04ddde02
65 changed files with 479 additions and 473 deletions
|
|
@ -736,8 +736,6 @@ struct local_info {
|
|||
PRISM2_MONITOR_80211 = 0, PRISM2_MONITOR_PRISM = 1,
|
||||
PRISM2_MONITOR_CAPHDR = 2
|
||||
} monitor_type;
|
||||
int (*saved_eth_header_parse)(struct sk_buff *skb,
|
||||
unsigned char *haddr);
|
||||
int monitor_allow_fcserr;
|
||||
|
||||
int hostapd; /* whether user space daemon, hostapd, is used for AP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue