From: Sujith Manoharan Date: Thu, 2 Oct 2014 01:03:20 +0000 (+0530) Subject: ath9k: Fix flushing in MCC mode X-Git-Tag: fixes-against-v3.18-rc2~144^2~39^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2cba8d7590e76661e86f1f0987ef9f8c13c9a6d;p=pandora-kernel.git 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 Signed-off-by: John W. Linville --- Reading git-diff-tree failed