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

Fixed.
This commit is contained in:
Adrian Chadd 2011-02-11 14:07:27 +00:00
parent 0028e52461
commit f449ab1c29
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218566

View File

@ -133,7 +133,7 @@ ath_rateseries_setup(struct ath_softc *sc, struct ieee80211_node *ni,
, 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);