浏览代码

ieee80211: add Parameter Set Count bitmask

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

Signed-off-by: Bing Zhao <bzhao@marvell.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Bing Zhao 14 年之前
父节点
当前提交
44316cb1e9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/linux/ieee80211.h

+ 1 - 0
include/linux/ieee80211.h

@@ -122,6 +122,7 @@
 
 
 /* U-APSD queue for WMM IEs sent by AP */
 /* U-APSD queue for WMM IEs sent by AP */
 #define IEEE80211_WMM_IE_AP_QOSINFO_UAPSD	(1<<7)
 #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 */
 /* U-APSD queues for WMM IEs sent by STA */
 #define IEEE80211_WMM_IE_STA_QOSINFO_AC_VO	(1<<0)
 #define IEEE80211_WMM_IE_STA_QOSINFO_AC_VO	(1<<0)