Search Linux Wireless

RE: [PATCH v3 0/2] mac80211: add U-APSD client support

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux Host AP]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Linux Kernel]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Device Mapper]
  Powered by Linux