From owner-svn-src-head@FreeBSD.ORG Sat Jan 28 22:22:49 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 AC7C81065672; Sat, 28 Jan 2012 22:22:49 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 365558FC13; Sat, 28 Jan 2012 22:22:48 +0000 (UTC) Received: by vcmm1 with SMTP id m1so3197475vcm.13 for ; Sat, 28 Jan 2012 14:22:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=khHznTwnQEg5dd6YbivUMgQ8h1F5zDtBAvDCydDLUIE=; b=vLFt0zthrHBIwtdLMchQ+UJkZDJ8SqzHSEyKG+Rx2Ep4TuFKtWsbabVsZ0HfC47T5t e5Kw2HkyoMXk/fPovs82fLRrgWXrZJYF9tYYBSg2U/s/lAToI4nAj28BjvxPm7x055Bv fYnCibcalY1cY2Uj8/Lls7F7yobWWB2dyiUpo= MIME-Version: 1.0 Received: by 10.52.26.206 with SMTP id n14mr5916710vdg.51.1327789368366; Sat, 28 Jan 2012 14:22:48 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.172.37 with HTTP; Sat, 28 Jan 2012 14:22:48 -0800 (PST) In-Reply-To: References: <201201282144.q0SLihnM099838@svn.freebsd.org> Date: Sat, 28 Jan 2012 14:22:48 -0800 X-Google-Sender-Auth: Bln3laZXFvElrNyKWB9dKBn3UBg Message-ID: From: Adrian Chadd To: "Bjoern A. Zeeb" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r230658 - 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: Sat, 28 Jan 2012 22:22:49 -0000 Oops! Sorry, I err, will do that in a sec. Adrian On 28 January 2012 14:06, Bjoern A. Zeeb wrote: > > On 28. Jan 2012, at 21:44 , Adrian Chadd wrote: > > > Author: adrian > > Date: Sat Jan 28 21:44:42 2012 > > New Revision: 230658 > > URL: http://svn.freebsd.org/changeset/base/230658 > > > > Log: > > Change the prototype so the radar enable can fail. > > Forgot to also check in the implementation change? > > > > > > Modified: > > head/sys/dev/ath/if_athdfs.h > > > > Modified: head/sys/dev/ath/if_athdfs.h > > > ============================================================================== > > --- head/sys/dev/ath/if_athdfs.h Sat Jan 28 21:37:33 2012 > (r230657) > > +++ head/sys/dev/ath/if_athdfs.h Sat Jan 28 21:44:42 2012 > (r230658) > > @@ -33,7 +33,7 @@ > > > > extern int ath_dfs_attach(struct ath_softc *sc); > > extern int ath_dfs_detach(struct ath_softc *sc); > > -extern void ath_dfs_radar_enable(struct ath_softc *, > > +extern int ath_dfs_radar_enable(struct ath_softc *, > > struct ieee80211_channel *chan); > > extern void ath_dfs_process_phy_err(struct ath_softc *sc, const > char *buf, > > uint64_t tsf, struct ath_rx_status *rxstat); > > -- > Bjoern A. Zeeb You have to have visions! > It does not matter how good you are. It matters what good you do! > >