Remove the now unneeded references to these DFS methods.
Sorry for the noise everyone. Approved by: re (kib, blanket)
This commit is contained in:
parent
0a3de76e74
commit
4c512765e9
@ -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;
|
||||
}
|
||||
|
@ -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__ */
|
||||
|
Loading…
Reference in New Issue
Block a user