diff options
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index 63fb0eb79d8e..d9798a307f20 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -459,6 +459,20 @@ struct ieee80211_if_managed { | |||
459 | IEEE80211_MFP_REQUIRED | 459 | IEEE80211_MFP_REQUIRED |
460 | } mfp; /* management frame protection */ | 460 | } mfp; /* management frame protection */ |
461 | 461 | ||
462 | /* | ||
463 | * Bitmask of enabled u-apsd queues, | ||
464 | * IEEE80211_WMM_IE_STA_QOSINFO_AC_BE & co. Needs a new association | ||
465 | * to take effect. | ||
466 | */ | ||
467 | unsigned int uapsd_queues; | ||
468 | |||
469 | /* | ||
470 | * Maximum number of buffered frames AP can deliver during a | ||
471 | * service period, IEEE80211_WMM_IE_STA_QOSINFO_SP_ALL or similar. | ||
472 | * Needs a new association to take effect. | ||
473 | */ | ||
474 | unsigned int uapsd_max_sp_len; | ||
475 | |||
462 | int wmm_last_param_set; | 476 | int wmm_last_param_set; |
463 | 477 | ||
464 | u8 use_4addr; | 478 | u8 use_4addr; |
@@ -1017,20 +1031,6 @@ struct ieee80211_local { | |||
1017 | */ | 1031 | */ |
1018 | unsigned int wmm_acm; /* bit field of ACM bits (BIT(802.1D tag)) */ | 1032 | unsigned int wmm_acm; /* bit field of ACM bits (BIT(802.1D tag)) */ |
1019 | 1033 | ||
1020 | /* | ||
1021 | * Bitmask of enabled u-apsd queues, | ||
1022 | * IEEE80211_WMM_IE_STA_QOSINFO_AC_BE & co. Needs a new association | ||
1023 | * to take effect. | ||
1024 | */ | ||
1025 | unsigned int uapsd_queues; | ||
1026 | |||
1027 | /* | ||
1028 | * Maximum number of buffered frames AP can deliver during a | ||
1029 | * service period, IEEE80211_WMM_IE_STA_QOSINFO_SP_ALL or similar. | ||
1030 | * Needs a new association to take effect. | ||
1031 | */ | ||
1032 | unsigned int uapsd_max_sp_len; | ||
1033 | |||
1034 | bool pspolling; | 1034 | bool pspolling; |
1035 | bool offchannel_ps_enabled; | 1035 | bool offchannel_ps_enabled; |
1036 | /* | 1036 | /* |