]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[MAC80211]: Set low initial rate in rc80211_simple
authorLarry Finger <Larry.Finger@lwfinger.net>
Tue, 3 Jul 2007 05:36:38 +0000 (22:36 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 11 Jul 2007 05:16:25 +0000 (22:16 -0700)
commiteef6caf8a916f32f8d9b2a02d4fa7674736c00ac
treed9ecce23fc7d8b2c4c94905bc43f42dc77424822
parentd0410051164bbbc597e15f068b53c06a954ae0d4
[MAC80211]: Set low initial rate in rc80211_simple

The initial rate for STA's using rc80211_simple is set to the last
rate in the rate table. For situations for which the signal is weak,
the rate may be too high for authentication and association. Although
the rc80211_simple module will adjust the speed, the response may not
be fast enough for a successful connection. This modification sets the
initial rate to the lowest supported value.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/mac80211/rc80211_simple.c