aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
diff options
context:
space:
mode:
authorEmmanuel Grumbach <emmanuel.grumbach@intel.com>2013-11-13 15:00:30 -0500
committerEmmanuel Grumbach <emmanuel.grumbach@intel.com>2013-12-09 15:29:05 -0500
commitc21193516209705c59aa8d9f01021944cf42a0e9 (patch)
tree36e23df13fc4d86f3a4dd1c9d2f680170cda91fb /drivers/net/wireless
parentd307ec8d112abdc9f2792540b9e364c510461c44 (diff)
iwlwifi: mvm: BT Coex - fine tune the aggregation size
Latest tests have shown that when BT is active and has connections but the traffic is low, the WiFi aggregation can be large up to 4000us without noticeable impact on BT. Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Diffstat (limited to 'drivers/net/wireless')
-rw-r--r--drivers/net/wireless/iwlwifi/mvm/bt-coex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/bt-coex.c b/drivers/net/wireless/iwlwifi/mvm/bt-coex.c
index 75b72a956552..75c3e0b6e077 100644
--- a/drivers/net/wireless/iwlwifi/mvm/bt-coex.c
+++ b/drivers/net/wireless/iwlwifi/mvm/bt-coex.c
@@ -921,7 +921,7 @@ u16 iwl_mvm_bt_coex_agg_time_limit(struct iwl_mvm *mvm,
921 enum iwl_bt_coex_lut_type lut_type; 921 enum iwl_bt_coex_lut_type lut_type;
922 922
923 if (le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) < 923 if (le32_to_cpu(mvm->last_bt_notif.bt_activity_grading) <
924 BT_LOW_TRAFFIC) 924 BT_HIGH_TRAFFIC)
925 return LINK_QUAL_AGG_TIME_LIMIT_DEF; 925 return LINK_QUAL_AGG_TIME_LIMIT_DEF;
926 926
927 lut_type = iwl_get_coex_type(mvm, mvmsta->vif); 927 lut_type = iwl_get_coex_type(mvm, mvmsta->vif);