Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 144753
b: refs/heads/master
c: 8e53217
h: refs/heads/master
i:
  144751: 0b0778f
v: v3
  • Loading branch information
Jiri Slaby authored and John W. Linville committed May 4, 2009
1 parent 6e5c416 commit 29bb981
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: 30a548c727514484b08ac06edf0a7eb0f7fd70bf
refs/heads/master: 8e532175277d9a5eae49768ed086555081f741a7
2 changes: 1 addition & 1 deletion trunk/net/mac80211/rc80211_minstrel.c
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ minstrel_alloc_sta(void *priv, struct ieee80211_sta *sta, gfp_t gfp)
return NULL;

for (i = 0; i < IEEE80211_NUM_BANDS; i++) {
sband = hw->wiphy->bands[hw->conf.channel->band];
sband = hw->wiphy->bands[i];
if (sband->n_bitrates > max_rates)
max_rates = sband->n_bitrates;
}
Expand Down

0 comments on commit 29bb981

Please sign in to comment.