Fix compilation with IEEE80211_ENABLE_SUPERG defined.

PR:		kern/164951
This commit is contained in:
Adrian Chadd 2012-04-10 19:47:44 +00:00
parent f8ab7a9fc9
commit 43faa6b266

View file

@ -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;