Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134228
b: refs/heads/master
c: f8206e0
h: refs/heads/master
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Jan 29, 2009
1 parent f80c366 commit a2ec700
Show file tree
Hide file tree
Showing 2 changed files with 4 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: eb2599ca25be212bd37dd3e90ef13ea45758e838
refs/heads/master: f8206e053498174ef4b5f994e2a7091a74f7da30
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath9k/rc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,9 @@ static void ath_rc_init(struct ath_softc *sc,
}

if (sta->ht_cap.ht_supported) {
ath_rc_priv->ht_cap = (WLAN_RC_HT_FLAG | WLAN_RC_DS_FLAG);
ath_rc_priv->ht_cap = WLAN_RC_HT_FLAG;
if (sc->sc_tx_chainmask != 1)
ath_rc_priv->ht_cap |= 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)
Expand Down

0 comments on commit a2ec700

Please sign in to comment.