summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2012-04-11 02:34:32 +0000
committeradrian <adrian@FreeBSD.org>2012-04-11 02:34:32 +0000
commitb6f2ea08ae24cc24fc018a7e47938a84d61c3974 (patch)
tree21daa99650f094cdf961d821f1391089e553eace /sys
parent5ff92b1d9cf05d81d6ba6e43fbac5f0e1005df63 (diff)
downloadFreeBSD-src-b6f2ea08ae24cc24fc018a7e47938a84d61c3974.zip
FreeBSD-src-b6f2ea08ae24cc24fc018a7e47938a84d61c3974.tar.gz
Fix the default, non-superg compile.
Pointy-hat-to: adrian
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ath/if_ath.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 0019867..c6b1d65 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -4906,7 +4906,9 @@ 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;
+#ifdef IEEE80211_SUPPORT_SUPERG
struct ieee80211com *ic = sc->sc_ifp->if_l2com;
+#endif /* IEEE80211_SUPPORT_SUPERG */
int nacked;
HAL_STATUS status;
OpenPOWER on IntegriCloud