Remove the now unneeded references to these DFS methods.

Sorry for the noise everyone.

Approved by:	re (kib, blanket)
This commit is contained in:
adrian 2011-08-09 15:46:52 +00:00
parent 0a3de76e74
commit 4c512765e9
2 changed files with 0 additions and 11 deletions

View File

@ -226,13 +226,3 @@ ath_dfs_get_thresholds(struct ath_softc *sc, HAL_PHYERR_PARAM *param)
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;
}

View File

@ -44,6 +44,5 @@ extern int ath_dfs_tasklet_needed(struct ath_softc *sc,
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__ */