Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 May 2012 09:46:48 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r235685 - head/sys/dev/ath
Message-ID:  <201205200946.q4K9kmxS080440@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bschmidt
Date: Sun May 20 09:46:48 2012
New Revision: 235685
URL: http://svn.freebsd.org/changeset/base/235685

Log:
  Remove unused variable.

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	Sun May 20 09:29:14 2012	(r235684)
+++ head/sys/dev/ath/if_ath_rx.c	Sun May 20 09:46:48 2012	(r235685)
@@ -766,7 +766,6 @@ ath_rx_proc(struct ath_softc *sc, int re
 		((_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;



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