Date: Fri, 11 Feb 2011 13:54:40 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: Adrian Chadd <adrian@FreeBSD.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r218556 - head/sys/dev/ath Message-ID: <20110211135420.D80258@maildrop.int.zabbadoz.net> In-Reply-To: <201102111305.p1BD5FII060647@svn.freebsd.org> References: <201102111305.p1BD5FII060647@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 11 Feb 2011, Adrian Chadd wrote: > Author: adrian > Date: Fri Feb 11 13:05:15 2011 > New Revision: 218556 > URL: http://svn.freebsd.org/changeset/base/218556 > > Log: > The last parameter to ath_computedur_ht() is short-GI, not short-preamble. > > 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 12:56:05 2011 (r218555) > +++ head/sys/dev/ath/if_ath_tx_ht.c Fri Feb 11 13:05:15 2011 (r218556) > @@ -133,7 +133,7 @@ ath_rateseries_setup(struct ath_softc *s > , txrate > , ic->ic_rxstream > , (ni->ni_htcap & IEEE80211_HTCAP_CHWIDTH40) > - , shortPreamble); > + , series[i].rateFlags & HAL_RATESERIES_HALFGI); Should that be RateFlags with an uppercase 'R'? > } else { > series[i].PktDuration = ath_hal_computetxtime(ah, > rt, pktlen, rix[i], shortPreamble); > -- Bjoern A. Zeeb You have to have visions! Stop bit received. Insert coin for new address family.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110211135420.D80258>