diff options
author | Dan Williams <dcbw@redhat.com> | 2007-08-02 13:19:04 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:50:14 -0400 |
commit | 2afc0c5d71a3dec6d35f3a234ed986d635ef41ad (patch) | |
tree | e13af671f3386f8a823d3a8745c3831208c7be41 /drivers/net/wireless/libertas/scan.h | |
parent | b031ac10264fa9b805d84b4a440407ac950390cf (diff) |
[PATCH] libertas: push WEXT scan requests to a work queue
Push WEXT scan requests to a workqueue and have each partial scan queue
the next part, then only report results when the complete scan has finished.
Full scans don't go through the work queue.
Signed-off-by: Dan Williams <dcbw@redhat.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/libertas/scan.h')
-rw-r--r-- | drivers/net/wireless/libertas/scan.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/libertas/scan.h b/drivers/net/wireless/libertas/scan.h index 9bb1a435c28a..c29c031bef8c 100644 --- a/drivers/net/wireless/libertas/scan.h +++ b/drivers/net/wireless/libertas/scan.h | |||
@@ -210,4 +210,6 @@ int libertas_get_scan(struct net_device *dev, struct iw_request_info *info, | |||
210 | int libertas_set_scan(struct net_device *dev, struct iw_request_info *info, | 210 | int libertas_set_scan(struct net_device *dev, struct iw_request_info *info, |
211 | struct iw_param *vwrq, char *extra); | 211 | struct iw_param *vwrq, char *extra); |
212 | 212 | ||
213 | void libertas_scan_worker(struct work_struct *work); | ||
214 | |||
213 | #endif /* _WLAN_SCAN_H */ | 215 | #endif /* _WLAN_SCAN_H */ |