ath6kl: handle concurrent AP-STA channel switches
authorThomas Pedersen <c_tpeder@qca.qualcomm.com>
Fri, 6 Apr 2012 20:35:48 +0000 (13:35 -0700)
committerKalle Valo <kvalo@qca.qualcomm.com>
Thu, 12 Apr 2012 06:55:52 +0000 (09:55 +0300)
If an ath6kl AP vif is beaconing on one channel, and a STA vif
associates on a different channel, a WMI_DISCONNECT event will be sent
to the AP vif. Make the AP vif follow the STA interface, and notify
userspace.

kvalo: fix a sparse warning with vif->next_chan

Signed-off-by: Thomas Pedersen <c_tpeder@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>

No differences found