DragonFly commits List (threaded) for 2006-11
DragonFly BSD
DragonFly commits List (threaded) for 2006-11
[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, 28 Nov 2006 07:17:36 -0800 (PST)

sephe       2006/11/28 07:17:36 PST

DragonFly src repository

  Modified files:
    sys/netproto/802_11/wlan ieee80211_output.c 
  Log:
  According to IEEE Std 802.11b-1999 subclause 7.3.1.4:
  "... STAs shall set the Short Preamble subfield to 1 in transmitted
   Association Request and Reassociation Request MMPDUs when the MIB
   attribute dot11ShortPreambleOptionImplemented is true. ..."
  
  For us, 'dot11ShortPreambleOptionImplemented' is
  (ieee80211com.ic_caps & IEEE80211_C_SHPREAMBLE)
  
  Revision  Changes    Path
  1.6       +1 -1      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.5&r2=1.6&f=u



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