diff options
author | bschmidt <bschmidt@FreeBSD.org> | 2012-05-20 09:46:48 +0000 |
---|---|---|
committer | bschmidt <bschmidt@FreeBSD.org> | 2012-05-20 09:46:48 +0000 |
commit | 2a516c354ffa048ef2ceb936a62b003ef9835a04 (patch) | |
tree | 88c43e9e99683af8c615b950e221353c0cc3517a | |
parent | 1859d557a413896cb163786af56cdaff6a922ea5 (diff) | |
download | FreeBSD-src-2a516c354ffa048ef2ceb936a62b003ef9835a04.zip FreeBSD-src-2a516c354ffa048ef2ceb936a62b003ef9835a04.tar.gz |
Remove unused variable.
-rw-r--r-- | sys/dev/ath/if_ath_rx.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_rx.c b/sys/dev/ath/if_ath_rx.c index 27b5eba..3f603e5 100644 --- a/sys/dev/ath/if_ath_rx.c +++ b/sys/dev/ath/if_ath_rx.c @@ -766,7 +766,6 @@ ath_rx_proc(struct ath_softc *sc, int resched) ((_pa) - (_sc)->sc_rxdma.dd_desc_paddr))) struct ath_buf *bf; struct ifnet *ifp = sc->sc_ifp; - struct ieee80211com *ic = ifp->if_l2com; struct ath_hal *ah = sc->sc_ah; struct ath_desc *ds; struct ath_rx_status *rs; |