cvs commit: src/sys/dev/wi if_wi.c src/sys/net80211 ieee80211_scan.c ieee80211_scan.h

Andrew Thompson thompsa at FreeBSD.org
Sat Jun 30 21:39:22 UTC 2007


thompsa     2007-06-30 21:39:21 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/wi           if_wi.c 
    sys/net80211         ieee80211_scan.c ieee80211_scan.h 
  Log:
  Fix scanning issues since the new net80211 code went in
  - provide dummy routines for ic_scan_curchan and ic_scan_mindwell, we do not support those operations.
  - add ieee80211_scan_done() to tell the scanning module that all channels have been scanned.
  - pass IEEE80211_S_SCAN state off to net80211 so it can initiate scanning
  - fix overflow in the rates array
  - scale the rate value passed back from the firmware scan to the units that net80211 uses.
  
  Submitted by:   Token
  Reviewed by:    sam, avatar
  Approved by:    re (kensmith)
  
  Revision  Changes    Path
  1.210     +27 -10    src/sys/dev/wi/if_wi.c
  1.3       +13 -10    src/sys/net80211/ieee80211_scan.c
  1.3       +1 -0      src/sys/net80211/ieee80211_scan.h


More information about the cvs-src mailing list