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

Sepherosa Ziehau sephe at crater.dragonflybsd.org
Wed Nov 29 07:16:57 PST 2006


sephe       2006/11/29 07:12:10 PST

DragonFly src repository

  Modified files:
    sys/netproto/802_11/wlan ieee80211_output.c 
  Log:
  Don't use unprocessed (e.g. negociated) peer node's rate set to fill
  Supported rates ie of Association Request, instead, use own supported
  rate set (i.e. ieee80211com.ic_sup_rates).
  
  In the orginal way, following senario is broken:
  - STA is 11b
  - AP is 11g
  STA will send out sorted AP's rate set in Association Request.  Obviously
  STA will not be able to receive at any data rates > 11Mbit/s.  So this
  breaks IEEE Std 802.11b subclause 10.3.3.1.2:
  "... The STA must be able to receive at each of the data rates listed
   in the set. ...".
  
  Revision  Changes    Path
  1.7       +9 -3      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.6&r2=1.7&f=u





More information about the Commits mailing list