svn commit: r218642 - head/sys/dev/ath

Adrian Chadd adrian at FreeBSD.org
Sun Feb 13 15:14:13 UTC 2011


Author: adrian
Date: Sun Feb 13 15:14:13 2011
New Revision: 218642
URL: http://svn.freebsd.org/changeset/base/218642

Log:
  This should be TX stream, not RX stream.

Modified:
  head/sys/dev/ath/if_ath_tx_ht.c

Modified: head/sys/dev/ath/if_ath_tx_ht.c
==============================================================================
--- head/sys/dev/ath/if_ath_tx_ht.c	Sun Feb 13 14:48:11 2011	(r218641)
+++ head/sys/dev/ath/if_ath_tx_ht.c	Sun Feb 13 15:14:13 2011	(r218642)
@@ -131,7 +131,7 @@ ath_rateseries_setup(struct ath_softc *s
 			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 {


More information about the svn-src-head mailing list