From: Luciano Coelho Date: Fri, 13 Jun 2014 13:30:07 +0000 (+0300) Subject: mac80211: stop only the queues assigned to the vif during channel switch X-Git-Tag: omap-for-v3.17/fixes-against-rc2~149^2~73^2~18^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a46992b441f097a971cca39f49d07a0d16a1c0d8;p=pandora-kernel.git mac80211: stop only the queues assigned to the vif during channel switch Instead of stopping all the hardware queues during channel switch, which is especially bad when we have large CSA counts, stop only the queues that are assigned to the vif that is performing the channel switch. Additionally, check for (sdata->csa_block_tx) instead of calling ieee80211_csa_needs_block_tx(), which can now be removed. Signed-off-by: Luciano Coelho Signed-off-by: Johannes Berg --- Reading git-diff-tree failed