aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/cfg80211.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index 58f6302da145..5430f70c63b3 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -1257,6 +1257,7 @@ struct cfg80211_ssid {
1257 * @scan_start: time (in jiffies) when the scan started 1257 * @scan_start: time (in jiffies) when the scan started
1258 * @wdev: the wireless device to scan for 1258 * @wdev: the wireless device to scan for
1259 * @aborted: (internal) scan request was notified as aborted 1259 * @aborted: (internal) scan request was notified as aborted
1260 * @notified: (internal) scan request was notified as done or aborted
1260 * @no_cck: used to send probe requests at non CCK rate in 2GHz band 1261 * @no_cck: used to send probe requests at non CCK rate in 2GHz band
1261 */ 1262 */
1262struct cfg80211_scan_request { 1263struct cfg80211_scan_request {
@@ -1274,7 +1275,7 @@ struct cfg80211_scan_request {
1274 /* internal */ 1275 /* internal */
1275 struct wiphy *wiphy; 1276 struct wiphy *wiphy;
1276 unsigned long scan_start; 1277 unsigned long scan_start;
1277 bool aborted; 1278 bool aborted, notified;
1278 bool no_cck; 1279 bool no_cck;
1279 1280
1280 /* keep last */ 1281 /* keep last */
@@ -2874,8 +2875,6 @@ struct wireless_dev {
2874 2875
2875 struct mutex mtx; 2876 struct mutex mtx;
2876 2877
2877 struct work_struct cleanup_work;
2878
2879 bool use_4addr, p2p_started; 2878 bool use_4addr, p2p_started;
2880 2879
2881 u8 address[ETH_ALEN] __aligned(sizeof(u16)); 2880 u8 address[ETH_ALEN] __aligned(sizeof(u16));