Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 352333
b: refs/heads/master
c: 6690c01
h: refs/heads/master
i:
  352331: 7d706c6
v: v3
  • Loading branch information
Johannes Berg committed Feb 1, 2013
1 parent a688583 commit 5954a65
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8ca151b568b67a7b72dcfc6ee6ea7c107ddd795c
refs/heads/master: 6690c01d168ecc620139dbd9df8affc2ac8e0683
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/iwlwifi/dvm/rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,8 +411,9 @@ 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",
priv->bt_traffic_load);
IWL_DEBUG_COEX(priv,
"BT traffic (%d), no aggregation allowed\n",
priv->bt_traffic_load);
return ret;
}

Expand Down

0 comments on commit 5954a65

Please sign in to comment.