Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Feb 2011 14:07:27 +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: r218566 - head/sys/dev/ath
Message-ID:  <201102111407.p1BE7Rgf062502@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Fri Feb 11 14:07:27 2011
New Revision: 218566
URL: http://svn.freebsd.org/changeset/base/218566

Log:
  .. how'd this compile before I commit it and then not now?
  
  Fixed.

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	Fri Feb 11 13:59:56 2011	(r218565)
+++ head/sys/dev/ath/if_ath_tx_ht.c	Fri Feb 11 14:07:27 2011	(r218566)
@@ -133,7 +133,7 @@ ath_rateseries_setup(struct ath_softc *s
 				, txrate
 				, ic->ic_rxstream
 				, (ni->ni_htcap & IEEE80211_HTCAP_CHWIDTH40)
-				, series[i].rateFlags & HAL_RATESERIES_HALFGI);
+				, series[i].RateFlags & HAL_RATESERIES_HALFGI);
 		} else {
 			series[i].PktDuration = ath_hal_computetxtime(ah,
 			    rt, pktlen, rix[i], shortPreamble);



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