.. how'd this compile before I commit it and then not now?
Fixed.
This commit is contained in:
parent
0028e52461
commit
f449ab1c29
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218566
@ -133,7 +133,7 @@ ath_rateseries_setup(struct ath_softc *sc, struct ieee80211_node *ni,
|
|||||||
, txrate
|
, txrate
|
||||||
, ic->ic_rxstream
|
, ic->ic_rxstream
|
||||||
, (ni->ni_htcap & IEEE80211_HTCAP_CHWIDTH40)
|
, (ni->ni_htcap & IEEE80211_HTCAP_CHWIDTH40)
|
||||||
, series[i].rateFlags & HAL_RATESERIES_HALFGI);
|
, series[i].RateFlags & HAL_RATESERIES_HALFGI);
|
||||||
} else {
|
} else {
|
||||||
series[i].PktDuration = ath_hal_computetxtime(ah,
|
series[i].PktDuration = ath_hal_computetxtime(ah,
|
||||||
rt, pktlen, rix[i], shortPreamble);
|
rt, pktlen, rix[i], shortPreamble);
|
||||||
|
Loading…
Reference in New Issue
Block a user