Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 44316cb1 authored by Bing Zhao's avatar Bing Zhao Committed by John W. Linville
Browse files

ieee80211: add Parameter Set Count bitmask



WMM IE QoS Info field lower 4 bits: Parameter Set Count

Signed-off-by: default avatarBing Zhao <bzhao@marvell.com>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 91f44b02
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -122,6 +122,7 @@

/* U-APSD queue for WMM IEs sent by AP */
#define IEEE80211_WMM_IE_AP_QOSINFO_UAPSD	(1<<7)
#define IEEE80211_WMM_IE_AP_QOSINFO_PARAM_SET_CNT_MASK	0x0f

/* U-APSD queues for WMM IEs sent by STA */
#define IEEE80211_WMM_IE_STA_QOSINFO_AC_VO	(1<<0)