Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134157
b: refs/heads/master
c: dd00639
h: refs/heads/master
i:
  134155: c30434e
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Jan 29, 2009
1 parent d8c2b1f commit 28c6a81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6642fe6f5d033128086c8b64737780454e53625e
refs/heads/master: dd006395688cd3ce6c92de288d8db090d98dc2c7
2 changes: 2 additions & 0 deletions trunk/drivers/net/wireless/ath9k/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1361,6 +1361,8 @@ static void ath_rc_init(struct ath_softc *sc,
ath_rc_priv->ht_cap = (WLAN_RC_HT_FLAG | WLAN_RC_DS_FLAG);
if (sta->ht_cap.cap & IEEE80211_HT_CAP_SUP_WIDTH_20_40)
ath_rc_priv->ht_cap |= WLAN_RC_40_FLAG;
if (sta->ht_cap.cap & IEEE80211_HT_CAP_SGI_40)
ath_rc_priv->ht_cap |= WLAN_RC_SGI_FLAG;
}

/* Initial rate table size. Will change depending
Expand Down

0 comments on commit 28c6a81

Please sign in to comment.