diff options
author | Jouni Malinen <jkmaline@cc.hut.fi> | 2005-07-30 15:50:02 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-07-30 18:17:23 -0400 |
commit | 2e4fd068e7e25e654a454ed4a425f239c0f6407a (patch) | |
tree | 64206e16c44242428b9eeb48b21109d478de6782 /drivers/net/wireless/hostap/hostap_wlan.h | |
parent | 72ca9c61cddb82a8596cee8141656d50aba42be5 (diff) |
[PATCH] hostap update
Cleaned up scan result processing by converting struct
hfa384x_scan_result into struct hfa384x_hostscan_result. This removes
special cases from result processing since the results are only used
in one, hostscan, format.
Signed-off-by: Jouni Malinen <jkmaline@cc.hut.fi>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_wlan.h')
-rw-r--r-- | drivers/net/wireless/hostap/hostap_wlan.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/drivers/net/wireless/hostap/hostap_wlan.h b/drivers/net/wireless/hostap/hostap_wlan.h index 91beee50c9c9..03de0ea80bbd 100644 --- a/drivers/net/wireless/hostap/hostap_wlan.h +++ b/drivers/net/wireless/hostap/hostap_wlan.h | |||
@@ -824,10 +824,8 @@ struct local_info { | |||
824 | 824 | ||
825 | int host_roaming; | 825 | int host_roaming; |
826 | unsigned long last_join_time; /* time of last JoinRequest */ | 826 | unsigned long last_join_time; /* time of last JoinRequest */ |
827 | struct hfa384x_scan_result *last_scan_results; | 827 | struct hfa384x_hostscan_result *last_scan_results; |
828 | int last_scan_results_count; | 828 | int last_scan_results_count; |
829 | struct hfa384x_hostscan_result *last_hostscan_results; | ||
830 | int last_hostscan_results_count; | ||
831 | enum { PRISM2_SCAN, PRISM2_HOSTSCAN } last_scan_type; | 829 | enum { PRISM2_SCAN, PRISM2_HOSTSCAN } last_scan_type; |
832 | struct work_struct info_queue; | 830 | struct work_struct info_queue; |
833 | long pending_info; /* bit field of pending info_queue items */ | 831 | long pending_info; /* bit field of pending info_queue items */ |