commit | e2cba8d7590e76661e86f1f0987ef9f8c13c9a6d | [log] [tgz] |
---|---|---|
author | Sujith Manoharan <c_manoha@qca.qualcomm.com> | Thu Oct 02 06:33:20 2014 +0530 |
committer | John W. Linville <linville@tuxdriver.com> | Thu Oct 02 14:26:32 2014 -0400 |
tree | edc1651fe9e9ea589399ad6bddda48cfabce1c0f | |
parent | 5ba8d9d2f018f2c4e23f9e68b90ca5b9d5470457 [diff] |
ath9k: Fix flushing in MCC mode When we are attempting to switch to a new channel context, the TX queues are flushed, but the mac80211 queues are not stopped and traffic can still come down to the driver. This patch fixes it by stopping the queues assigned to the current context/vif before trying to flush. Signed-off-by: Sujith Manoharan <c_manoha@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>