freebsd-dev/sys/dev/if_ndis
Andrew Thompson c4dd9fb67a 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)
2007-07-26 20:11:16 +00:00
..
if_ndis_pccard.c Use strcasecmp() from libkern. 2007-04-06 11:21:01 +00:00
if_ndis_pci.c More fixes for multibus drivers. When calling out to the match 2005-05-08 23:19:20 +00:00
if_ndis_usb.c finish removing usb_port.h macros. 2007-06-18 22:24:32 +00:00
if_ndis.c Fix up ndis interaction with net80211 2007-07-26 20:11:16 +00:00
if_ndisvar.h Improve the net80211 handling within ndis 2007-07-12 02:54:05 +00:00