Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 246831
b: refs/heads/master
c: f0bce44
h: refs/heads/master
i:
  246829: 641b841
  246827: 571c6a3
  246823: aefe0c1
  246815: 0c0e284
v: v3
  • Loading branch information
roel authored and John W. Linville committed Apr 12, 2011
1 parent 6aa6fa9 commit 1c3a3c4
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 0f8e94d2ae4f7966d09c8105ccabb3b3d8238a4d
refs/heads/master: f0bce44f5f2eb37dba58aa992d0c58da92ded201
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/ath/ath9k/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1092,8 +1092,7 @@ static int ath_rc_get_rateindex(const struct ath_rate_table *rate_table,
if (!(rate->flags & IEEE80211_TX_RC_MCS))
return rate->idx;

while (rate->idx > mcs_rix_off[i] &&
i < ARRAY_SIZE(mcs_rix_off)) {
while (i < ARRAY_SIZE(mcs_rix_off) && rate->idx > mcs_rix_off[i]) {
rix++; i++;
}

Expand Down

0 comments on commit 1c3a3c4

Please sign in to comment.