Date: Sat, 28 Jan 2012 14:22:48 -0800 From: Adrian Chadd <adrian@freebsd.org> To: "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r230658 - head/sys/dev/ath Message-ID: <CAJ-VmonfdvSwqw4GLnPOmVuFKcPWHQMpe7R_51vxth-7bA_eDQ@mail.gmail.com> In-Reply-To: <B866F047-85CE-4D91-AB72-E12CC9CA9D72@lists.zabbadoz.net> References: <201201282144.q0SLihnM099838@svn.freebsd.org> <B866F047-85CE-4D91-AB72-E12CC9CA9D72@lists.zabbadoz.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Oops! Sorry, I err, will do that in a sec. Adrian On 28 January 2012 14:06, Bjoern A. Zeeb <bzeeb-lists@lists.zabbadoz.net>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! > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-VmonfdvSwqw4GLnPOmVuFKcPWHQMpe7R_51vxth-7bA_eDQ>