Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278205
b: refs/heads/master
c: dd44eb9
h: refs/heads/master
i:
  278203: 183c286
v: v3
  • Loading branch information
Greg Dietsche authored and Stanislaw Gruszka committed Nov 15, 2011
1 parent 7274a36 commit 8553699
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 53611e05263ca2101a29736920fdf86ccad0e93b
refs/heads/master: dd44eb9e13131f7b1fda65518b24fd3dfcf3a114
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/iwlegacy/4965-rs.c
Original file line number Diff line number Diff line change
Expand Up @@ -371,10 +371,10 @@ il4965_rs_tl_turn_on_agg_for_tid(struct il_priv *il, struct il_lq_sta *lq_data,
IL_ERR("Fail start Tx agg on tid: %d\n", tid);
ieee80211_stop_tx_ba_session(sta, tid);
}
} else {
IL_ERR("Aggregation not enabled for tid %d "
"because load = %u\n", tid, load);
}
} else
D_HT("Aggregation not enabled for tid %d because load = %u\n",
tid, load);

return ret;
}

Expand Down

0 comments on commit 8553699

Please sign in to comment.