diff options
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_wlan.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_wlan.h b/drivers/net/wireless/hostap/hostap_wlan.h index ffdf4876121b..8431030b0e11 100644 --- a/drivers/net/wireless/hostap/hostap_wlan.h +++ b/drivers/net/wireless/hostap/hostap_wlan.h | |||
@@ -822,7 +822,7 @@ struct local_info { | |||
822 | int last_scan_results_count; | 822 | int last_scan_results_count; |
823 | enum { PRISM2_SCAN, PRISM2_HOSTSCAN } last_scan_type; | 823 | enum { PRISM2_SCAN, PRISM2_HOSTSCAN } last_scan_type; |
824 | struct work_struct info_queue; | 824 | struct work_struct info_queue; |
825 | long pending_info; /* bit field of pending info_queue items */ | 825 | unsigned long pending_info; /* bit field of pending info_queue items */ |
826 | #define PRISM2_INFO_PENDING_LINKSTATUS 0 | 826 | #define PRISM2_INFO_PENDING_LINKSTATUS 0 |
827 | #define PRISM2_INFO_PENDING_SCANRESULTS 1 | 827 | #define PRISM2_INFO_PENDING_SCANRESULTS 1 |
828 | int prev_link_status; /* previous received LinkStatus info */ | 828 | int prev_link_status; /* previous received LinkStatus info */ |