|
@@ -1176,7 +1176,7 @@ bool iwl_mvm_bt_coex_is_ant_avail_old(struct iwl_mvm *mvm, u8 ant)
|
|
|
bool iwl_mvm_bt_coex_is_shared_ant_avail_old(struct iwl_mvm *mvm)
|
|
bool iwl_mvm_bt_coex_is_shared_ant_avail_old(struct iwl_mvm *mvm)
|
|
|
{
|
|
{
|
|
|
u32 ag = le32_to_cpu(mvm->last_bt_notif_old.bt_activity_grading);
|
|
u32 ag = le32_to_cpu(mvm->last_bt_notif_old.bt_activity_grading);
|
|
|
- return ag == BT_OFF;
|
|
|
|
|
|
|
+ return ag < BT_HIGH_TRAFFIC;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
bool iwl_mvm_bt_coex_is_tpc_allowed_old(struct iwl_mvm *mvm,
|
|
bool iwl_mvm_bt_coex_is_tpc_allowed_old(struct iwl_mvm *mvm,
|