From: Bing Zhao Date: Fri, 10 Dec 2010 02:24:41 +0000 (-0800) Subject: ieee80211: add Parameter Set Count bitmask X-Git-Tag: v3.0~2504^2~14^2~3^2~164 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=44316cb1e97a1e7f76eb3f07e5b0ba91d72e9693;p=platform%2Fkernel%2Flinux-amlogic.git ieee80211: add Parameter Set Count bitmask WMM IE QoS Info field lower 4 bits: Parameter Set Count Signed-off-by: Bing Zhao Signed-off-by: John W. Linville --- 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)