Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6690c01d authored by Johannes Berg's avatar Johannes Berg
Browse files

iwlwifi: lower BT coex aggregation message severity



As the rate scaling algorithm will attempt to enable
aggregation over and over again, the message will
flood the log if there is, for example, Bluetooth
streaming music. Make it a debug messages instead of
printing it all the time.

Reported-by: default avatarJan-Michael Brummer <jan.brummer@tabos.org>
Reviewed-by: default avatarEmmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 8ca151b5
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -411,7 +411,8 @@ static int rs_tl_turn_on_agg_for_tid(struct iwl_priv *priv,
	 * BT traffic, as they would just be disrupted by BT.
	 */
	if (priv->bt_traffic_load >= IWL_BT_COEX_TRAFFIC_LOAD_HIGH) {
		IWL_ERR(priv, "BT traffic (%d), no aggregation allowed\n",
		IWL_DEBUG_COEX(priv,
			       "BT traffic (%d), no aggregation allowed\n",
			       priv->bt_traffic_load);
		return ret;
	}