[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>
This commit is contained in:

committed by
Jeff Garzik

parent
72ca9c61cd
commit
2e4fd068e7
@@ -824,10 +824,8 @@ struct local_info {
|
||||
|
||||
int host_roaming;
|
||||
unsigned long last_join_time; /* time of last JoinRequest */
|
||||
struct hfa384x_scan_result *last_scan_results;
|
||||
struct hfa384x_hostscan_result *last_scan_results;
|
||||
int last_scan_results_count;
|
||||
struct hfa384x_hostscan_result *last_hostscan_results;
|
||||
int last_hostscan_results_count;
|
||||
enum { PRISM2_SCAN, PRISM2_HOSTSCAN } last_scan_type;
|
||||
struct work_struct info_queue;
|
||||
long pending_info; /* bit field of pending info_queue items */
|
||||
|
Reference in New Issue
Block a user