[PATCH] softmac: convert to use global workqueue
Convert softmac to use global workqueue instead of private one... Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
45867e6a55
commit
5c4df6da58
@@ -177,9 +177,6 @@ struct ieee80211softmac_device {
|
||||
u8 scanning:1, /* protects scanning from being done multiple times at once */
|
||||
associated:1;
|
||||
|
||||
/* workquere for scannning, ... */
|
||||
struct workqueue_struct *workqueue;
|
||||
|
||||
struct ieee80211softmac_scaninfo *scaninfo;
|
||||
struct ieee80211softmac_assoc_info associnfo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user