iwlwifi: mvm: fix coex related comments
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Mon, 20 Jun 2016 06:40:40 +0000 (09:40 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Wed, 6 Jul 2016 06:55:47 +0000 (09:55 +0300)
Those comments were wrong, fix them.

Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/coex.c

index a63f5bb..07fc981 100644 (file)
@@ -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 ||