From 43faa6b266e29cba16bfaf497d9f8cc10cf6bc91 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Tue, 10 Apr 2012 19:47:44 +0000 Subject: Fix compilation with IEEE80211_ENABLE_SUPERG defined. PR: kern/164951 --- sys/dev/ath/if_ath.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/dev/ath/if_ath.c') diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index fc1449f58d74..00198677d440 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -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; -- cgit v1.2.3