]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Jul 2012 16:04:04 +0000 (09:04 -0700)
commit301fef5503d98deb0b0d27b643b711b73e04c578
treec180b747a25092ae1dd23d7a3ebfc926a2835433
parent084f5074c2d08a343590f386de79fd9ae2406c03
ath9k_htc: configure bssid on ASSOC/IBSS change

commit 931cb03afed7b541392295f3afc4638da32f08a0 upstream.

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.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/net/wireless/ath/ath9k/htc_drv_main.c