Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH 1/2] ieee80211: add Parameter Set Count bitmask
@ 2010-12-10  2:24 Bing Zhao
  2010-12-10  2:24 ` [PATCH 2/2] mwifiex: remove bitfields and __BIG_ENDIAN_BITFIELD Bing Zhao
  0 siblings, 1 reply; 2+ messages in thread
From: Bing Zhao @ 2010-12-10  2:24 UTC (permalink / raw)
  To: linux-wireless
  Cc: John W. Linville, Johannes Berg, Amitkumar Karwar, Kiran Divekar,
	Frank Huang, Bing Zhao

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

Signed-off-by: Bing Zhao <bzhao@marvell.com>
---
 include/linux/ieee80211.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/linux/ieee80211.h b/include/linux/ieee80211.h
index 351c0ab..7f23545 100644
--- 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)
-- 
1.7.0.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-10  2:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-10  2:24 [PATCH 1/2] ieee80211: add Parameter Set Count bitmask Bing Zhao
2010-12-10  2:24 ` [PATCH 2/2] mwifiex: remove bitfields and __BIG_ENDIAN_BITFIELD Bing Zhao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox