aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index d529bd5eab47..9af50fbcd48b 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -477,9 +477,12 @@ enum ieee80211_sub_if_data_flags {
477 * @SDATA_STATE_RUNNING: virtual interface is up & running; this 477 * @SDATA_STATE_RUNNING: virtual interface is up & running; this
478 * mirrors netif_running() but is separate for interface type 478 * mirrors netif_running() but is separate for interface type
479 * change handling while the interface is up 479 * change handling while the interface is up
480 * @SDATA_STATE_OFFCHANNEL: This interface is currently in offchannel
481 * mode, so queues are stopped
480 */ 482 */
481enum ieee80211_sdata_state_bits { 483enum ieee80211_sdata_state_bits {
482 SDATA_STATE_RUNNING, 484 SDATA_STATE_RUNNING,
485 SDATA_STATE_OFFCHANNEL,
483}; 486};
484 487
485struct ieee80211_sub_if_data { 488struct ieee80211_sub_if_data {