svn commit: r230658 - head/sys/dev/ath

Bjoern A. Zeeb bzeeb-lists at lists.zabbadoz.net
Sat Jan 28 22:07:02 UTC 2012


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!



More information about the svn-src-head mailing list