Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121639
b: refs/heads/master
c: 075cbc9
h: refs/heads/master
i:
  121637: 9cad133
  121635: bbd3bdd
  121631: fbf7cfe
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Oct 31, 2008
1 parent 8934606 commit d5c86af
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 5c020dc6a0f75de3cd75d9cca3b589abc1826fc5
refs/heads/master: 075cbc9eb15da8f4cba7c7eaadedd8b030d3a87a
4 changes: 2 additions & 2 deletions trunk/net/mac80211/tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -563,8 +563,8 @@ ieee80211_tx_h_rate_ctrl(struct ieee80211_tx_data *tx)
IEEE80211_TX_RC_USE_RTS_CTS;

/* RC is busted */
if (WARN_ON(info->control.rates[i].idx >=
sband->n_bitrates)) {
if (WARN_ON_ONCE(info->control.rates[i].idx >=
sband->n_bitrates)) {
info->control.rates[i].idx = -1;
continue;
}
Expand Down

0 comments on commit d5c86af

Please sign in to comment.