Date: Sat, 28 Jan 2012 21:44:43 +0000 (UTC) From: Adrian Chadd <adrian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r230658 - head/sys/dev/ath Message-ID: <201201282144.q0SLihnM099838@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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. 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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201282144.q0SLihnM099838>