Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Apr 2012 02:34:32 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r234117 - head/sys/dev/ath
Message-ID:  <201204110234.q3B2YWRE050813@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201204110234.q3B2YWRE050813>