Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 121640
b: refs/heads/master
c: a4510bf
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Oct 31, 2008
1 parent d5c86af commit 52f72e9
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: 075cbc9eb15da8f4cba7c7eaadedd8b030d3a87a
refs/heads/master: a4510bf8d96698496d7d2bb242917b4bbfa9bf28
2 changes: 1 addition & 1 deletion trunk/drivers/net/wireless/ath9k/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2026,7 +2026,7 @@ static void ath_rate_init(void *priv, struct ieee80211_supported_band *sband,
DPRINTF(sc, ATH_DBG_RATE, "%s\n", __func__);

ath_setup_rates(sc, sband, sta, ath_rc_priv);
if (sc->hw->conf.ht.enabled) {
if (sta->ht_cap.ht_supported) {
for (i = 0; i < 77; i++) {
if (sta->ht_cap.mcs.rx_mask[i/8] & (1<<(i%8)))
ath_rc_priv->neg_ht_rates.rs_rates[j++] = i;
Expand Down

0 comments on commit 52f72e9

Please sign in to comment.