]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mac80211: fix rate control update on 2040 bss change
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>
Wed, 25 Apr 2012 14:54:24 +0000 (20:24 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Apr 2012 20:07:23 +0000 (16:07 -0400)
commit8ffa3865a1fd44801430a2db67f397d6d10f16ed
tree15ee4fd742cf448eba62bc0a8749656b4063c058
parent4db334cf9ec2cbbf129765e9370755ea9a51b6f6
mac80211: fix rate control update on 2040 bss change

The rate control updation never be called on 2040 BSS change.
The station should update its rate control on receiving beacon
with different HT mode in the HT operation IE. Not doing so,
leads to sending frames with higher(ht40) rates whereas AP is
operating in lower mode (ht20).

Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/mlme.c