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)
This commit is contained in:
Adrian Chadd 2011-08-09 04:24:56 +00:00
parent f989887b32
commit f35ec93778
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224724

View File

@ -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;
}