wpaul 86ad4bc572 In subr_ndis.c, when searching for keys in our make-pretend registry,
make the key name matching case-insensitive. There are some drivers
and .inf files that have mismatched cases, e.g. the driver will look
for "AdhocBand" whereas the .inf file specifies a registry key to be
created called "AdHocBand." The mismatch is probably a typo that went
undetected (so much for QA), but since Windows seems to be case-insensitive,
we should be too.

In if_ndis.c, initialize rates and channels correctly so that specify
frequences correctly when trying to set channels in the 5Ghz band, and
so that 802.11b rates show up for some a/b/g cards (which otherwise
appear to have no 802.11b modes).

Also, when setting OID_802_11_CONFIGURATION in ndis_80211_setstate(),
provide default values for the beacon interval, ATIM window and dwelltime.
The Atheros "Aries" driver will crash if you try to select ad-hoc mode
and leave the beacon interval set to 0: it blindly uses this value and
does a division by 0 in the interrupt handler, causing an integer
divide trap.
2004-05-29 06:41:17 +00:00
..
2004-05-13 19:15:21 +00:00
2004-05-23 10:57:11 +00:00
2004-05-11 20:46:05 +00:00
2004-05-24 04:46:54 +00:00
2004-05-26 20:18:58 +00:00
2004-05-28 00:49:57 +00:00
2004-05-24 19:39:56 +00:00
2004-02-21 21:10:55 +00:00
2003-08-24 17:55:58 +00:00
2003-08-24 17:55:58 +00:00
2004-05-28 04:42:10 +00:00
2004-03-21 18:16:49 +00:00
2004-04-02 16:41:16 +00:00
2003-08-24 17:55:58 +00:00
2003-08-24 17:55:58 +00:00
2004-02-21 21:10:55 +00:00
2004-05-25 07:42:45 +00:00
2003-08-24 17:55:58 +00:00
2004-05-28 02:23:10 +00:00
2004-05-26 22:05:50 +00:00
2004-02-21 21:10:55 +00:00
2004-02-21 21:10:55 +00:00
2004-04-14 02:20:01 +00:00
2004-02-21 21:10:55 +00:00
2004-05-17 17:16:58 +00:00
2003-08-24 17:55:58 +00:00