projects
/
carl9170fw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07cc103
)
ieee80211: add Parameter Set Count bitmask
author
Bing Zhao
<bzhao@marvell.com>
Fri, 10 Dec 2010 02:24:41 +0000
(18:24 -0800)
committer
Christian 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
patch
|
blob
|
history
diff --git
a/include/linux/ieee80211.h
b/include/linux/ieee80211.h
index db977ccf970f0e8e69cc54e0b46f755db4f23ae1..4acfe540d260dad1d099381f3f64acc0cba791ff 100644
(file)
--- a/
include/linux/ieee80211.h
+++ b/
include/linux/ieee80211.h
@@
-119,6
+119,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)