summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2011-08-09 04:24:56 +0000
committeradrian <adrian@FreeBSD.org>2011-08-09 04:24:56 +0000
commitaf84712b34468180627d3768a3518d10e5ecac04 (patch)
treea65b9675bf9106b63a131734a9bc08ff27ef66c6
parent47693a10b5ac1dea128585a5fe3ce3fa0645fb55 (diff)
downloadFreeBSD-src-af84712b34468180627d3768a3518d10e5ecac04.zip
FreeBSD-src-af84712b34468180627d3768a3518d10e5ecac04.tar.gz
Remove this call, now that I've solved the radar module problem without
needing this particular modification. It can be called during ath_dfs_radar_enable() and still achieve the same functionality, so I am. Approved by: re (kib, blanket)
-rw-r--r--sys/dev/ath/if_ath.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c
index 1208f1d..0fcb815 100644
--- a/sys/dev/ath/if_ath.c
+++ b/sys/dev/ath/if_ath.c
@@ -5032,12 +5032,6 @@ ath_setregdomain(struct ieee80211com *ic, struct ieee80211_regdomain *reg,
return EINVAL; /* XXX */
}
- /*
- * Setting country code might change the DFS domain
- * so initialize the DFS Radar filters
- */
- ath_dfs_init_radar_filters(sc);
-
return 0;
}
OpenPOWER on IntegriCloud