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;
 
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to