1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

The last parameter to ath_computedur_ht() is short-GI, not short-preamble.

This commit is contained in:
Adrian Chadd 2011-02-11 13:05:15 +00:00
parent 6cf986ac19
commit 6c9b00e11f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218556

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)
, shortPreamble);
, series[i].rateFlags & HAL_RATESERIES_HALFGI);
} else {
series[i].PktDuration = ath_hal_computetxtime(ah,
rt, pktlen, rix[i], shortPreamble);