From: Luciano Coelho Date: Mon, 10 Nov 2014 09:10:13 +0000 (+0200) Subject: iwlwifi: mvm: use switching_chanctx argument instead of csa_active X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~28^2~58^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4741dd049a27fa6490e502d42ff51417c58ac7cd;p=pandora-kernel.git iwlwifi: mvm: use switching_chanctx argument instead of csa_active Now that all CSA flows are using the switch_vif_chanctx op, we can rely on the switching_chanctx boolean that is passed to the __iwl_mvm_assign_vif_chanctx() and __iwl_mvm_unassign_vif_chanctx() functions to decide whether the context switch flows need to be executed. In this way we make the chanctx switch flow more generic, without having to rely on the csa_active flag being set. Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed