re: iwlwifi: mvm: set the TX disable bit when doing a chanctx switch

2014-09-09 Thread Dan Carpenter
Hello Luciano Coelho, The patch 0ce04ce797f8: "iwlwifi: mvm: set the TX disable bit when doing a chanctx switch" from May 8, 2014, leads to the following static checker warning: drivers/net/wireless/iwlwifi/mvm/mac80211.c:2768 __iwl_mvm_assign_vif_chanctx() warn: mis

Re: iwlwifi: mvm: set the TX disable bit when doing a chanctx switch

2014-09-11 Thread Coelho, Luciano
Hi Dan, Sorry for the late reply. On Tue, 2014-09-09 at 12:40 +0300, Dan Carpenter wrote: > Hello Luciano Coelho, > > The patch 0ce04ce797f8: "iwlwifi: mvm: set the TX disable bit when > doing a chanctx switch" from May 8, 2014, leads to the following &g

[PATCH 29/36] iwlwifi: mvm: set the TX disable bit when doing a chanctx switch

2014-09-03 Thread Emmanuel Grumbach
From: Luciano Coelho During a channel switch we should tell the firmware to disable TX temporarily and re-enable it after the switch is done. Signed-off-by: Luciano Coelho Reviewed-by: Johannes Berg Signed-off-by: Emmanuel Grumbach --- drivers/net/wireless/iwlwifi/mvm/mac80211.c | 20 +++