projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91f44b0
)
ieee80211: add Parameter Set Count bitmask
author
Bing Zhao
<bzhao@marvell.com>
Fri, 10 Dec 2010 02:24:41 +0000
(18:24 -0800)
committer
John W. Linville
<linville@tuxdriver.com>
Mon, 13 Dec 2010 20:23:30 +0000
(15:23 -0500)
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>
include/linux/ieee80211.h
patch
|
blob
|
blame
|
history
diff --git
a/include/linux/ieee80211.h
b/include/linux/ieee80211.h
index 351c0ab4e284899fba250df196ff7c03c526f1be..7f23545342425936acb2271421e379a9a879bed6 100644
(file)
--- a/
include/linux/ieee80211.h
+++ b/
include/linux/ieee80211.h
@@
-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)