|
@@ -382,15 +382,6 @@ int cfg80211_can_use_iftype_chan(struct cfg80211_registered_device *rdev,
|
|
|
enum cfg80211_chan_mode chanmode,
|
|
|
u8 radar_detect);
|
|
|
|
|
|
-/**
|
|
|
- * cfg80211_chandef_dfs_required - checks if radar detection is required
|
|
|
- * @wiphy: the wiphy to validate against
|
|
|
- * @chandef: the channel definition to check
|
|
|
- * Return: 1 if radar detection is required, 0 if it is not, < 0 on error
|
|
|
- */
|
|
|
-int cfg80211_chandef_dfs_required(struct wiphy *wiphy,
|
|
|
- const struct cfg80211_chan_def *c);
|
|
|
-
|
|
|
void cfg80211_set_dfs_state(struct wiphy *wiphy,
|
|
|
const struct cfg80211_chan_def *chandef,
|
|
|
enum nl80211_dfs_state dfs_state);
|