cvs commit: src/sys/netproto/802_11/wlan ieee80211_output.c
Sepherosa Ziehau
sephe at crater.dragonflybsd.org
Tue Dec 26 06:56:25 PST 2006
sephe 2006/12/26 06:53:22 PST
DragonFly src repository
Modified files:
sys/netproto/802_11/wlan ieee80211_output.c
Log:
Use a temporary rate set to hold current channel's rate set.
The rates in the temporary rate set will have their MSB cleared.
The main reason that we do this is to be compatible with some
AP implementations, that check MSB of supported rate octet in
(Extended) Supported Rates ie of probe requests. If the checking
fails on AP side, these implementations will not send out probe
responses.
This kind of rate checking is against:
- IEEE Std 802.11, 1999 edition subclause 7.3.2.2
- IEEE Std 802.11g-2003 subclause 7.3.2.14
Revision Changes Path
1.12 +14 -2 src/sys/netproto/802_11/wlan/ieee80211_output.c
http://www.dragonflybsd.org/cvsweb/src/sys/netproto/802_11/wlan/ieee80211_output.c.diff?r1=1.11&r2=1.12&f=u
More information about the Commits
mailing list