diff options
author | Johannes Berg <johannes.berg@intel.com> | 2012-08-01 16:32:45 -0400 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2012-09-06 11:05:24 -0400 |
commit | 882a7c69d3c605bfacf32e19033447dc70204d45 (patch) | |
tree | 0f0059731dda5e796fbeee047e886218c534fa18 /net/mac80211/ieee80211_i.h | |
parent | 30dd3edf97abda301150c8cf26fed21e53e3a9ce (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.h | 1 |
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 { | |||
411 | struct work_struct monitor_work; | 411 | struct work_struct monitor_work; |
412 | struct work_struct chswitch_work; | 412 | struct work_struct chswitch_work; |
413 | struct work_struct beacon_connection_loss_work; | 413 | struct work_struct beacon_connection_loss_work; |
414 | struct work_struct csa_connection_drop_work; | ||
414 | 415 | ||
415 | unsigned long beacon_timeout; | 416 | unsigned long beacon_timeout; |
416 | unsigned long probe_timeout; | 417 | unsigned long probe_timeout; |