diff options
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_wlan.h')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_wlan.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_wlan.h b/drivers/net/wireless/hostap/hostap_wlan.h index 4d8d51a353cd..3d238917af07 100644 --- a/drivers/net/wireless/hostap/hostap_wlan.h +++ b/drivers/net/wireless/hostap/hostap_wlan.h | |||
@@ -684,7 +684,6 @@ struct local_info { | |||
684 | u16 channel_mask; /* mask of allowed channels */ | 684 | u16 channel_mask; /* mask of allowed channels */ |
685 | u16 scan_channel_mask; /* mask of channels to be scanned */ | 685 | u16 scan_channel_mask; /* mask of channels to be scanned */ |
686 | struct comm_tallies_sums comm_tallies; | 686 | struct comm_tallies_sums comm_tallies; |
687 | struct net_device_stats stats; | ||
688 | struct proc_dir_entry *proc; | 687 | struct proc_dir_entry *proc; |
689 | int iw_mode; /* operating mode (IW_MODE_*) */ | 688 | int iw_mode; /* operating mode (IW_MODE_*) */ |
690 | int pseudo_adhoc; /* 0: IW_MODE_ADHOC is real 802.11 compliant IBSS | 689 | int pseudo_adhoc; /* 0: IW_MODE_ADHOC is real 802.11 compliant IBSS |