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

Adrian Chadd adrian at FreeBSD.org
Mon Jul 23 03:55:20 UTC 2012


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 -


More information about the svn-src-all mailing list