]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ath9k: fix max phy rate at rate control init
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>
Sat, 10 Dec 2011 13:29:43 +0000 (18:59 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 12 Dec 2011 19:23:28 +0000 (14:23 -0500)
commit10636bc2d60942254bda149827b922c41f4cb4af
treef5e0797bca22b5f7cfd6f828c2277df1f3c73fd1
parentf8c141c3e915e3a040d4c1badde28e23f8cbe255
ath9k: fix max phy rate at rate control init

The stations always chooses 1Mbps for all trasmitting frames,
whenever the AP is configured to lock the supported rates.
As the max phy rate is always set with the 4th from highest phy rate,
this assumption might be wrong if we have less than that. Fix that.

Cc: stable@kernel.org
Cc: Paul Stewart <pstew@google.com>
Reported-by: Ajay Gummalla <agummalla@google.com>
Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/rc.c