DragonFly commits List (threaded) for 2006-12
DragonFly BSD
DragonFly commits List (threaded) for 2006-12
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/netproto/802_11/wlan ieee80211_output.c


From: Sepherosa Ziehau <sephe@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 26 Dec 2006 06:53:22 -0800 (PST)

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



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