aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/net/cfg80211.h3
-rw-r--r--include/uapi/linux/nl80211.h6
2 files changed, 0 insertions, 9 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index a8b2262ee..7a75104d6 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -2095,9 +2095,6 @@ struct cfg80211_ops {
int (*set_monitor_channel)(struct wiphy *wiphy,
struct cfg80211_chan_def *chandef);
-#ifdef CONFIG_NL80211_FASTSCAN
- int (*fastscan_cmd)(struct wiphy*,void *,int);
-#endif
int (*scan)(struct wiphy *wiphy,
struct cfg80211_scan_request *request);
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h
index 8860f45c8..174715b12 100644
--- a/include/uapi/linux/nl80211.h
+++ b/include/uapi/linux/nl80211.h
@@ -739,9 +739,6 @@ enum nl80211_commands {
NL80211_CMD_LEAVE_IBSS,
NL80211_CMD_TESTMODE,
- #ifdef CONFIG_NL80211_FASTSCAN
- NL80211_CMD_FAST_SCAN,
- #endif
NL80211_CMD_CONNECT,
NL80211_CMD_ROAM,
NL80211_CMD_DISCONNECT,
@@ -1611,9 +1608,6 @@ enum nl80211_attrs {
NL80211_ATTR_CONTROL_PORT,
NL80211_ATTR_TESTDATA,
- #ifdef CONFIG_NL80211_FASTSCAN
- NL80211_ATTR_FASTSCAN,
- #endif
NL80211_ATTR_PRIVACY,
NL80211_ATTR_DISCONNECTED_BY_AP,