Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 Jul 2012 03:55:19 +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: r238711 - head/sys/dev/ath
Message-ID:  <201207230355.q6N3tJNK061634@svn.freebsd.org>

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



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