mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix compilation with IEEE80211_ENABLE_SUPERG defined.
PR: kern/164951
This commit is contained in:
parent
f8ab7a9fc9
commit
43faa6b266
1 changed files with 1 additions and 0 deletions
|
|
@ -4906,6 +4906,7 @@ ath_tx_processq(struct ath_softc *sc, struct ath_txq *txq, int dosched)
|
|||
struct ath_tx_status *ts;
|
||||
struct ieee80211_node *ni;
|
||||
struct ath_node *an;
|
||||
struct ieee80211com *ic = sc->sc_ifp->if_l2com;
|
||||
int nacked;
|
||||
HAL_STATUS status;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue