Author: adrian Date: Tue Aug 9 15:46:52 2011 New Revision: 224734 URL: http://svn.freebsd.org/changeset/base/224734
Log: Remove the now unneeded references to these DFS methods. Sorry for the noise everyone. Approved by: re (kib, blanket) Modified: head/sys/dev/ath/ath_dfs/null/dfs_null.c head/sys/dev/ath/if_athdfs.h Modified: head/sys/dev/ath/ath_dfs/null/dfs_null.c ============================================================================== --- head/sys/dev/ath/ath_dfs/null/dfs_null.c Tue Aug 9 15:29:58 2011 (r224733) +++ head/sys/dev/ath/ath_dfs/null/dfs_null.c Tue Aug 9 15:46:52 2011 (r224734) @@ -226,13 +226,3 @@ ath_dfs_get_thresholds(struct ath_softc ath_hal_getdfsthresh(sc->sc_ah, param); return 1; } - -/* - * Update the current radar patterns based on the - * current operating mode/regulatory domain. - */ -int -ath_dfs_init_radar_filters(struct ath_softc *sc) -{ - return 1; -} Modified: head/sys/dev/ath/if_athdfs.h ============================================================================== --- head/sys/dev/ath/if_athdfs.h Tue Aug 9 15:29:58 2011 (r224733) +++ head/sys/dev/ath/if_athdfs.h Tue Aug 9 15:46:52 2011 (r224734) @@ -44,6 +44,5 @@ extern int ath_dfs_tasklet_needed(struct extern int ath_ioctl_phyerr(struct ath_softc *sc, struct ath_diag *ad); extern int ath_dfs_get_thresholds(struct ath_softc *sc, HAL_PHYERR_PARAM *param); -extern int ath_dfs_init_radar_filters(struct ath_softc *sc); #endif /* __IF_ATHDFS_H__ */ _______________________________________________ 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"