From: Emmanuel Grumbach Date: Mon, 20 Jun 2016 06:40:40 +0000 (+0300) Subject: iwlwifi: mvm: fix coex related comments X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=c934bce9de4b715b74e376a904e4426def586314;p=deliverable%2Flinux.git iwlwifi: mvm: fix coex related comments Those comments were wrong, fix them. Signed-off-by: Emmanuel Grumbach Signed-off-by: Luca Coelho --- diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/coex.c b/drivers/net/wireless/intel/iwlwifi/mvm/coex.c index a63f5bbb1ba7..07fc9817c906 100644 --- a/drivers/net/wireless/intel/iwlwifi/mvm/coex.c +++ b/drivers/net/wireless/intel/iwlwifi/mvm/coex.c @@ -615,8 +615,8 @@ static void iwl_mvm_bt_notif_iterator(void *_data, u8 *mac, * don't reduce the Tx power if one of these is true: * we are in LOOSE * single share antenna product - * BT is active - * we are associated + * BT is inactive + * we are not associated */ if (iwl_get_coex_type(mvm, vif) == BT_COEX_LOOSE_LUT || mvm->cfg->bt_shared_single_ant || !vif->bss_conf.assoc ||