Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 May 2012 17:51:26 +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: r235728 - head/sys/dev/ath
Message-ID:  <201205211751.q4LHpQc5067130@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon May 21 17:51:26 2012
New Revision: 235728
URL: http://svn.freebsd.org/changeset/base/235728

Log:
  Re-add 'ic' and properly wrap it in the SUPERG macro.

Modified:
  head/sys/dev/ath/if_ath_rx.c

Modified: head/sys/dev/ath/if_ath_rx.c
==============================================================================
--- head/sys/dev/ath/if_ath_rx.c	Mon May 21 16:03:44 2012	(r235727)
+++ head/sys/dev/ath/if_ath_rx.c	Mon May 21 17:51:26 2012	(r235728)
@@ -767,6 +767,9 @@ ath_rx_proc(struct ath_softc *sc, int re
 	struct ath_buf *bf;
 	struct ifnet *ifp = sc->sc_ifp;
 	struct ath_hal *ah = sc->sc_ah;
+#ifdef IEEE80211_SUPPORT_SUPERG
+	struct ieee80211com *ic = ifp->if_l2com;
+#endif
 	struct ath_desc *ds;
 	struct ath_rx_status *rs;
 	struct mbuf *m;



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