Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Feb 2011 15:14:13 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218642 - head/sys/dev/ath
Message-ID:  <201102131514.p1DFEDbv042663@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102131514.p1DFEDbv042663>