[PATCH] softmac: reduce default rate to 11Mbps.
authorDavid Woodhouse <dwmw2@infradead.org>
Thu, 23 Mar 2006 22:43:38 +0000 (22:43 +0000)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 27 Mar 2006 19:04:13 +0000 (14:04 -0500)
commit2638fed7ccb07ff43cdc109dd78e821efb629995
tree2e6889b01c9974f350f738338e9770c240c40591
parent16f4352733d19c2d496f682c08cff368ba0495d0
[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>
net/ieee80211/softmac/ieee80211softmac_module.c
net/ieee80211/softmac/ieee80211softmac_wx.c