hostap: convert to internal net_device_stats
Use pre-existing net_device_stats in network_device struct. Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
44e9ad0b5a
commit
4cfa8e45f4
@ -684,7 +684,6 @@ struct local_info {
|
||||
u16 channel_mask; /* mask of allowed channels */
|
||||
u16 scan_channel_mask; /* mask of channels to be scanned */
|
||||
struct comm_tallies_sums comm_tallies;
|
||||
struct net_device_stats stats;
|
||||
struct proc_dir_entry *proc;
|
||||
int iw_mode; /* operating mode (IW_MODE_*) */
|
||||
int pseudo_adhoc; /* 0: IW_MODE_ADHOC is real 802.11 compliant IBSS
|
||||
|
Reference in New Issue
Block a user