mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-19 14:06:29 +07:00
iwlwifi: mvm: fix coex related comments
Those comments were wrong, fix them. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
This commit is contained in:
parent
e7c9bd1cc6
commit
c934bce9de
@ -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:
|
* don't reduce the Tx power if one of these is true:
|
||||||
* we are in LOOSE
|
* we are in LOOSE
|
||||||
* single share antenna product
|
* single share antenna product
|
||||||
* BT is active
|
* BT is inactive
|
||||||
* we are associated
|
* we are not associated
|
||||||
*/
|
*/
|
||||||
if (iwl_get_coex_type(mvm, vif) == BT_COEX_LOOSE_LUT ||
|
if (iwl_get_coex_type(mvm, vif) == BT_COEX_LOOSE_LUT ||
|
||||||
mvm->cfg->bt_shared_single_ant || !vif->bss_conf.assoc ||
|
mvm->cfg->bt_shared_single_ant || !vif->bss_conf.assoc ||
|
||||||
|
Loading…
Reference in New Issue
Block a user