Author: adrian
Date: Mon Jul 23 03:55:19 2012
New Revision: 238711
URL: http://svn.freebsd.org/changeset/base/238711

Log:
  Revert this; it wasn't supposed to be part of this commit.

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     Mon Jul 23 03:52:18 2012        
(r238710)
+++ head/sys/dev/ath/if_ath_tx_ht.c     Mon Jul 23 03:55:19 2012        
(r238711)
@@ -511,8 +511,6 @@ ath_rateseries_setup(struct ath_softc *s
                        series[i].RateFlags |= HAL_RATESERIES_HALFGI;
 
                series[i].Rate = rt->info[rc[i].rix].rateCode;
-               series[i].RateIndex = rc[i].rix;
-               series[i].tx_power_cap = 0x3f;  /* XXX? */
 
                /*
                 * PktDuration doesn't include slot, ACK, RTS, etc timing -
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to