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>
Wed, 9 May 2012 01:53:39 +0000 (21:53 -0400)
commit91a0099c190107821292d3114c396ac858ad723e
tree638dead4bf539c13ecb0f58af40904d5552263f5
parent98e6b9df53e3e561ee75b7ed76dccb09964ba952
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