On Thu, 2009-12-03 at 12:25 -0800, Jason Young wrote: > The bit values for IEEE80211_WMM_IE_STA_SP_XXX are not correct. The Max SP > Length subfield settings table in 7.3.1.17 has the least significant bit listed > first. > > #define IEEE80211_WMM_IE_STA_SP_ALL (0<<5) > #define IEEE80211_WMM_IE_STA_SP_2 (1<<5) /* or (BIT(5)) */ > #define IEEE80211_WMM_IE_STA_SP_4 (2<<5) /* or (BIT(6)) */ > #define IEEE80211_WMM_IE_STA_SP_6 (3<<5) /* or (BIT(5) | BIT(6)) */ Can somebody clarify for me which part of this stuff is WMM, and which is "real" 802.11 QoS? johannes
Attachment:
signature.asc
Description: This is a digitally signed message part