summaryrefslogtreecommitdiff
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2012-08-01 22:32:45 +0200
committerJohannes Berg <johannes.berg@intel.com>2012-09-06 17:05:24 +0200
commit882a7c69d3c605bfacf32e19033447dc70204d45 (patch)
tree0f0059731dda5e796fbeee047e886218c534fa18 /net/mac80211/ieee80211_i.h
parent30dd3edf97abda301150c8cf26fed21e53e3a9ce (diff)
mac80211: disconnect if channel switch fails
Disconnect from the AP if channel switching in the driver failed or if the new channel is unavailable. Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 0a983fbd743d..e2ab03c773e3 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -411,6 +411,7 @@ struct ieee80211_if_managed {
struct work_struct monitor_work;
struct work_struct chswitch_work;
struct work_struct beacon_connection_loss_work;
+ struct work_struct csa_connection_drop_work;
unsigned long beacon_timeout;
unsigned long probe_timeout;