ieee80211: add Parameter Set Count bitmask
authorBing Zhao <bzhao@marvell.com>
Fri, 10 Dec 2010 02:24:41 +0000 (18:24 -0800)
committerChristian Lamparter <chunkeey@googlemail.com>
Fri, 17 Dec 2010 15:04:34 +0000 (16:04 +0100)
WMM IE QoS Info field lower 4 bits: Parameter Set Count

Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
include/linux/ieee80211.h

index db977ccf970f0e8e69cc54e0b46f755db4f23ae1..4acfe540d260dad1d099381f3f64acc0cba791ff 100644 (file)
 
 /* 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)