Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242655
b: refs/heads/master
c: 19b9675
h: refs/heads/master
i:
  242653: c50c265
  242651: 5594de9
  242647: 163bbcb
  242639: bb79789
  242623: d52890e
v: v3
  • Loading branch information
Senthil Balasubramanian authored and John W. Linville committed Mar 23, 2011
1 parent 3467c10 commit bb91b45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: a3ad38e87eead6ce748c6e4eec0571ce53b5a0c2
refs/heads/master: 19b9675069cb06ae17d1595ac517d475d75e6bb9
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath/ath9k/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,7 @@ static void ath_tx_status(void *priv, struct ieee80211_supported_band *sband,

hdr = (struct ieee80211_hdr *)skb->data;
fc = hdr->frame_control;
for (i = 0; i < IEEE80211_TX_MAX_RATES; i++) {
for (i = 0; i < sc->hw->max_rates; i++) {
struct ieee80211_tx_rate *rate = &tx_info->status.rates[i];
if (!rate->count)
break;
Expand Down

0 comments on commit bb91b45

Please sign in to comment.