summaryrefslogtreecommitdiff
path: root/sys/dev/ath/ath_dfs/null/dfs_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/ath_dfs/null/dfs_null.c')
-rw-r--r--sys/dev/ath/ath_dfs/null/dfs_null.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ath/ath_dfs/null/dfs_null.c b/sys/dev/ath/ath_dfs/null/dfs_null.c
index e31a61d85758..6f9ed41d81a9 100644
--- a/sys/dev/ath/ath_dfs/null/dfs_null.c
+++ b/sys/dev/ath/ath_dfs/null/dfs_null.c
@@ -102,7 +102,7 @@ ath_dfs_detach(struct ath_softc *sc)
int
ath_dfs_radar_enable(struct ath_softc *sc, struct ieee80211_channel *chan)
{
-#if 0
+#if 1
HAL_PHYERR_PARAM pe;
/* Check if the hardware supports radar reporting */
@@ -155,7 +155,7 @@ ath_dfs_radar_enable(struct ath_softc *sc, struct ieee80211_channel *chan)
int
ath_dfs_radar_disable(struct ath_softc *sc)
{
-#if 0
+#if 1
HAL_PHYERR_PARAM pe;
(void) ath_hal_getdfsthresh(sc->sc_ah, &pe);