From owner-svn-src-head@FreeBSD.ORG Sun May 20 16:22:34 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9DF90106580F; Sun, 20 May 2012 16:22:34 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-pz0-f54.google.com (mail-pz0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 5BE158FC15; Sun, 20 May 2012 16:22:34 +0000 (UTC) Received: by dadv36 with SMTP id v36so6255231dad.13 for ; Sun, 20 May 2012 09:22:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=cobaFMzIi1zUzNgSU5eT6Fn6VyyT7v3PZvsYjW3+SbE=; b=atCxmP7JTE+mGVcv256cffryKnFr35osXNk6XLujCvWiIe9Iu+eaYy+z7PqxwmIbdh POxuRPlrgOkWpcCvrsVpgINdeqL4A1T5aBLdQm4I0zta/HazvVtdTXYSj6hF0h0948fy VhRlZRm5u+bgdCve/83djHzm4S5Jh1/D2/+2JbaikUkMbsAMcWAto4C628zVOffAoAiT dKD4TwM45OVuYVy17D2V2tjm3Jc2M6yZK+J1ZRzLRPLBITdHI2j/D+SCgPwWv0gTHN8h ERIgEIodcR2BMeNtpbEZnp3pQjZ/I0RhqcDMBlzJEqqNn8pVtr1/cMGyziqqyLDPvxiy DKiQ== MIME-Version: 1.0 Received: by 10.68.232.129 with SMTP id to1mr39082052pbc.27.1337530953638; Sun, 20 May 2012 09:22:33 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.142.203.2 with HTTP; Sun, 20 May 2012 09:22:33 -0700 (PDT) In-Reply-To: <201205200946.q4K9kmxS080440@svn.freebsd.org> References: <201205200946.q4K9kmxS080440@svn.freebsd.org> Date: Sun, 20 May 2012 09:22:33 -0700 X-Google-Sender-Auth: sfII2nND41VKEDVOYxmMmvKJQZU Message-ID: From: Adrian Chadd To: Bernhard Schmidt Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r235685 - head/sys/dev/ath X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 May 2012 16:22:34 -0000 .. retry with ATH_DEBUG and see if it still fails? Adrian On 20 May 2012 02:46, Bernhard Schmidt wrote: > Author: bschmidt > Date: Sun May 20 09:46:48 2012 > New Revision: 235685 > URL: http://svn.freebsd.org/changeset/base/235685 > > Log: > =A0Remove unused variable. > > Modified: > =A0head/sys/dev/ath/if_ath_rx.c > > Modified: head/sys/dev/ath/if_ath_rx.c > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/sys/dev/ath/if_ath_rx.c =A0 =A0 =A0 =A0Sun May 20 09:29:14 2012 = =A0 =A0 =A0 =A0(r235684) > +++ head/sys/dev/ath/if_ath_rx.c =A0 =A0 =A0 =A0Sun May 20 09:46:48 2012 = =A0 =A0 =A0 =A0(r235685) > @@ -766,7 +766,6 @@ ath_rx_proc(struct ath_softc *sc, int re > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0((_pa) - (_sc)->sc_rxdma.dd_desc_paddr))) > =A0 =A0 =A0 =A0struct ath_buf *bf; > =A0 =A0 =A0 =A0struct ifnet *ifp =3D sc->sc_ifp; > - =A0 =A0 =A0 struct ieee80211com *ic =3D ifp->if_l2com; > =A0 =A0 =A0 =A0struct ath_hal *ah =3D sc->sc_ah; > =A0 =A0 =A0 =A0struct ath_desc *ds; > =A0 =A0 =A0 =A0struct ath_rx_status *rs;