ath9k_htc: configure bssid on ASSOC/IBSS change
authorRajkumar Manoharan <rmanohar@qca.qualcomm.com>
Wed, 20 Jun 2012 10:59:20 +0000 (16:29 +0530)
committerJohn W. Linville <linville@tuxdriver.com>
Wed, 20 Jun 2012 18:10:26 +0000 (14:10 -0400)
commit931cb03afed7b541392295f3afc4638da32f08a0
tree6fa538b0c744124d7eccea83d79378a5a01f6db3
parent882b7b7d11d65e8eccce738f1ce97cdfdb998f9f
ath9k_htc: configure bssid on ASSOC/IBSS change

After the change "mac80211: remove spurious BSSID change flag",
BSS_CHANGED_BSSID will not be passed on association or IBSS
status changes. So it could be better to program bssid on ASSOC
or IBSS change notification. Not doing so, is affecting the
packet transmission.

Cc: stable@vger.kernel.org [3.4+]
Reported-by: Michael Leun <lkml20120218@newton.leun.net>
Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/htc_drv_main.c