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 {
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to