mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-24 11:29:10 +00:00
.. 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
|
||||
, 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);
|
||||
|
Loading…
Reference in New Issue
Block a user