summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-02-13 15:14:13 +0000
committeradrian <adrian@FreeBSD.org>2011-02-13 15:14:13 +0000
commit68423d53e04e3ed2015a2fefa355aab421b32a9f (patch)
tree23f1454e24be1474123416f2d996b7108bdf9d39
parentabb9537f13f6654ace6780f8eb39100c4d4edd5b (diff)
downloadFreeBSD-src-68423d53e04e3ed2015a2fefa355aab421b32a9f.zip
FreeBSD-src-68423d53e04e3ed2015a2fefa355aab421b32a9f.tar.gz
This should be TX stream, not RX stream.
-rw-r--r--sys/dev/ath/if_ath_tx_ht.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_tx_ht.c b/sys/dev/ath/if_ath_tx_ht.c
index 5c327fd..d03e963 100644
--- a/sys/dev/ath/if_ath_tx_ht.c
+++ b/sys/dev/ath/if_ath_tx_ht.c
@@ -131,7 +131,7 @@ ath_rateseries_setup(struct ath_softc *sc, struct ieee80211_node *ni,
series[i].PktDuration =
ath_computedur_ht(pktlen
, txrate
- , ic->ic_rxstream
+ , ic->ic_txstream
, (ni->ni_htcap & IEEE80211_HTCAP_CHWIDTH40)
, series[i].RateFlags & HAL_RATESERIES_HALFGI);
} else {
OpenPOWER on IntegriCloud