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!

_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to