diff options
Diffstat (limited to 'include/net/ieee80211softmac.h')
-rw-r--r-- | include/net/ieee80211softmac.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/ieee80211softmac.h b/include/net/ieee80211softmac.h index 0b5f2df29f02..7264bd87c7d7 100644 --- a/include/net/ieee80211softmac.h +++ b/include/net/ieee80211softmac.h | |||
@@ -177,9 +177,6 @@ struct ieee80211softmac_device { | |||
177 | u8 scanning:1, /* protects scanning from being done multiple times at once */ | 177 | u8 scanning:1, /* protects scanning from being done multiple times at once */ |
178 | associated:1; | 178 | associated:1; |
179 | 179 | ||
180 | /* workquere for scannning, ... */ | ||
181 | struct workqueue_struct *workqueue; | ||
182 | |||
183 | struct ieee80211softmac_scaninfo *scaninfo; | 180 | struct ieee80211softmac_scaninfo *scaninfo; |
184 | struct ieee80211softmac_assoc_info associnfo; | 181 | struct ieee80211softmac_assoc_info associnfo; |
185 | 182 | ||