diff options
author | Michal Sojka <sojkam1@fel.cvut.cz> | 2015-11-23 13:27:15 -0500 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2015-12-04 08:43:32 -0500 |
commit | c781944b71f87aa4d30eaaafb4e7573ce94bdcfd (patch) | |
tree | 578b4dd950b1be1841a4395839c9d12df828e82f /net/wireless/core.h | |
parent | 491728746b500b22f384cb1d0aba76f7c55a9269 (diff) |
cfg80211: Remove unused cfg80211_can_use_iftype_chan()
Last caller of this function was removed in 3.17 in commit
97dc94f1d933c9df2c0b327066ea130c0e92083f.
Signed-off-by: Michal Sojka <sojkam1@fel.cvut.cz>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/wireless/core.h')
-rw-r--r-- | net/wireless/core.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/net/wireless/core.h b/net/wireless/core.h index a618b4b86fa4..022ccad06cbe 100644 --- a/net/wireless/core.h +++ b/net/wireless/core.h | |||
@@ -416,13 +416,6 @@ int cfg80211_change_iface(struct cfg80211_registered_device *rdev, | |||
416 | void cfg80211_process_rdev_events(struct cfg80211_registered_device *rdev); | 416 | void cfg80211_process_rdev_events(struct cfg80211_registered_device *rdev); |
417 | void cfg80211_process_wdev_events(struct wireless_dev *wdev); | 417 | void cfg80211_process_wdev_events(struct wireless_dev *wdev); |
418 | 418 | ||
419 | int cfg80211_can_use_iftype_chan(struct cfg80211_registered_device *rdev, | ||
420 | struct wireless_dev *wdev, | ||
421 | enum nl80211_iftype iftype, | ||
422 | struct ieee80211_channel *chan, | ||
423 | enum cfg80211_chan_mode chanmode, | ||
424 | u8 radar_detect); | ||
425 | |||
426 | /** | 419 | /** |
427 | * cfg80211_chandef_dfs_usable - checks if chandef is DFS usable | 420 | * cfg80211_chandef_dfs_usable - checks if chandef is DFS usable |
428 | * @wiphy: the wiphy to validate against | 421 | * @wiphy: the wiphy to validate against |