[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>
Этот коммит содержится в:

коммит произвёл
David S. Miller

родитель
b031ac1026
Коммит
2afc0c5d71
@@ -210,4 +210,6 @@ int libertas_get_scan(struct net_device *dev, struct iw_request_info *info,
|
||||
int libertas_set_scan(struct net_device *dev, struct iw_request_info *info,
|
||||
struct iw_param *vwrq, char *extra);
|
||||
|
||||
void libertas_scan_worker(struct work_struct *work);
|
||||
|
||||
#endif /* _WLAN_SCAN_H */
|
||||
|
Ссылка в новой задаче
Block a user