The last parameter to ath_computedur_ht() is short-GI, not short-preamble.
This commit is contained in:
parent
3bac00c1ca
commit
6866468085
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user