svn commit: r234117 - head/sys/dev/ath
Adrian Chadd
adrian at FreeBSD.org
Wed Apr 11 02:34:33 UTC 2012
Author: adrian
Date: Wed Apr 11 02:34:32 2012
New Revision: 234117
URL: http://svn.freebsd.org/changeset/base/234117
Log:
Fix the default, non-superg compile.
Pointy-hat-to: adrian
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c Wed Apr 11 00:28:44 2012 (r234116)
+++ head/sys/dev/ath/if_ath.c Wed Apr 11 02:34:32 2012 (r234117)
@@ -4906,7 +4906,9 @@ ath_tx_processq(struct ath_softc *sc, st
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;
More information about the svn-src-head
mailing list