Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/dev/ath/ath_dfs/null/dfs_null.c 224520 2011-07-30 13:46:41Z adrian $
---
> * $FreeBSD: head/sys/dev/ath/ath_dfs/null/dfs_null.c 224716 2011-08-08 16:22:42Z adrian $
32c32
< __FBSDID("$FreeBSD: head/sys/dev/ath/ath_dfs/null/dfs_null.c 224520 2011-07-30 13:46:41Z adrian $");
---
> __FBSDID("$FreeBSD: head/sys/dev/ath/ath_dfs/null/dfs_null.c 224716 2011-08-08 16:22:42Z adrian $");
228a229,238
>
> /*
> * 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;
> }