linux/net/ieee80211/softmac
David Woodhouse 2638fed7cc [PATCH] softmac: reduce default rate to 11Mbps.
We don't make much of an attempt to fall back to lower rates, and 54M
just isn't reliable enough for many people. In fact, it's not clear we
even set it to 11M if we're trying to associate with an 802.11b AP.

This patch makes us default to 11M, which ought to work for most people.
When we actually handle dynamic rate adjustment, we can reconsider the
defaults -- but even then, probably it makes as much sense to start at
11M and adjust it upwards as it does to start at 54M and reduce it.

Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2006-03-27 14:04:13 -05:00
..
Kconfig [PATCH] make softmac depend on IEEE80211 and EXPERIMENTAL 2006-03-22 22:16:50 -05:00
Makefile [PATCH] softmac: fix Makefiles 2006-03-22 22:16:51 -05:00
ieee80211softmac_assoc.c [PATCH] softmac: remove function_enter() 2006-03-23 07:12:36 -05:00
ieee80211softmac_auth.c [PATCH] softmac: remove function_enter() 2006-03-23 07:12:36 -05:00
ieee80211softmac_event.c [PATCH] update copyright in softmac 2006-03-22 22:16:59 -05:00
ieee80211softmac_io.c [PATCH] softmac: properly check return value of ieee80211softmac_alloc_mgt 2006-03-22 22:16:55 -05:00
ieee80211softmac_module.c [PATCH] softmac: reduce default rate to 11Mbps. 2006-03-27 14:04:13 -05:00
ieee80211softmac_priv.h [PATCH] softmac: reduce scan dwell time 2006-03-27 14:04:09 -05:00
ieee80211softmac_scan.c [PATCH] Restore channel setting after scan. 2006-03-23 16:18:47 -05:00
ieee80211softmac_wx.c [PATCH] softmac: reduce default rate to 11Mbps. 2006-03-27 14:04:13 -05:00