Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Jul 2007 20:11:16 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/dev/if_ndis if_ndis.c
Message-ID:  <200707262011.l6QKBH4V059875@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
thompsa     2007-07-26 20:11:16 UTC

  FreeBSD src repository

  Modified files:
    sys/dev/if_ndis      if_ndis.c 
  Log:
  Fix up ndis interaction with net80211
   - make NDIS_DEBUG a sysctl
   - default to IEEE80211_MODE_11B if the card doesnt tell us the channels
   - dont mess with ic_des_chan when we assosciate
   - Allow a directed scan by setting the ESSID before scanning (verified
     with wireshark). Hidden APs probably wouldnt have worked before.
   - Grab the channel type and use it to look up the correct curchan for
     the scan results (mistakenly used 11B before)
   - Fix memory leak in the ndis_scan_results
  
  Tested by:      matteo
  Reviewed by:    sam
  Approved by:    re (rwatson)
  
  Revision  Changes    Path
  1.124     +98 -59    src/sys/dev/if_ndis/if_ndis.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707262011.l6QKBH4V059875>