aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath.c
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2012-04-11 02:34:32 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2012-04-11 02:34:32 +0000
commit53e98d5a48eafe088ef6b225d2ddbc0b1796ae84 (patch)
tree21daa99650f094cdf961d821f1391089e553eace /sys/dev/ath/if_ath.c
parent88fe385600deb9cd7dd23fbdf16efa4999193d4e (diff)
downloadsrc-53e98d5a48eafe088ef6b225d2ddbc0b1796ae84.tar.gz
src-53e98d5a48eafe088ef6b225d2ddbc0b1796ae84.zip
Fix the default, non-superg compile.
Pointy-hat-to: adrian
Notes
Notes: svn path=/head/; revision=234117
Diffstat (limited to 'sys/dev/ath/if_ath.c')
-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 00198677d440..c6b1d6537733 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;