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

This commit is contained in:
Adrian Chadd 2012-05-21 17:51:26 +00:00
parent 450ea99db7
commit 803f0c592d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=235728

View file

@ -767,6 +767,9 @@ ath_rx_proc(struct ath_softc *sc, int resched)
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;