diff options
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-07-08 01:44:31 -0400 |
---|---|---|
committer | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | 2014-07-08 01:44:31 -0400 |
commit | 5fc7d86c7afd61ac8c9d468cba014c472e9c4dcb (patch) | |
tree | abd8678dc019e4df111f8efd693f5f4d92e0de15 /drivers/net/wireless/iwlwifi/mvm/coex.c | |
parent | 589a6ba46bdf9a4a4817fef011ff61905a1aa244 (diff) |
iwlwifi: mvm: BT Coex - fix TLC with old API
A copy paste issue broke the rate control when a firmware
with the old API is used.
Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless/iwlwifi/mvm/coex.c')
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/coex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/coex.c b/drivers/net/wireless/iwlwifi/mvm/coex.c index 8110fe00bf55..e0a5cf29c38e 100644 --- a/drivers/net/wireless/iwlwifi/mvm/coex.c +++ b/drivers/net/wireless/iwlwifi/mvm/coex.c | |||
@@ -1150,7 +1150,7 @@ bool iwl_mvm_bt_coex_is_mimo_allowed(struct iwl_mvm *mvm, | |||
1150 | enum iwl_bt_coex_lut_type lut_type; | 1150 | enum iwl_bt_coex_lut_type lut_type; |
1151 | 1151 | ||
1152 | if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_BT_COEX_SPLIT)) | 1152 | if (!(mvm->fw->ucode_capa.api[0] & IWL_UCODE_TLV_API_BT_COEX_SPLIT)) |
1153 | return iwl_mvm_coex_agg_time_limit_old(mvm, sta); | 1153 | return iwl_mvm_bt_coex_is_mimo_allowed_old(mvm, sta); |
1154 | 1154 | ||
1155 | if (IWL_COEX_IS_TTC_ON(mvm->last_bt_notif.ttc_rrc_status, phy_ctxt->id)) | 1155 | if (IWL_COEX_IS_TTC_ON(mvm->last_bt_notif.ttc_rrc_status, phy_ctxt->id)) |
1156 | return true; | 1156 | return true; |