diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2009-07-01 15:26:52 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-07-10 15:01:50 -0400 |
commit | 3f65b24536996ac493777ef11474c47e1d3f56a0 (patch) | |
tree | 911de52913e3eeefdac20cb4516c39918f266052 /net | |
parent | aff89a9b9084931e51b89d8f3ee3c547bea6c422 (diff) |
mac80211: remove an unused function declaration
The ieee80211_scan_results function hasn't existed for a
long time now, so its declaration should be removed as
well.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index e0323e540a03..1950e2eb4150 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -981,9 +981,6 @@ int ieee80211_request_internal_scan(struct ieee80211_sub_if_data *sdata, | |||
981 | const u8 *ssid, u8 ssid_len); | 981 | const u8 *ssid, u8 ssid_len); |
982 | int ieee80211_request_scan(struct ieee80211_sub_if_data *sdata, | 982 | int ieee80211_request_scan(struct ieee80211_sub_if_data *sdata, |
983 | struct cfg80211_scan_request *req); | 983 | struct cfg80211_scan_request *req); |
984 | int ieee80211_scan_results(struct ieee80211_local *local, | ||
985 | struct iw_request_info *info, | ||
986 | char *buf, size_t len); | ||
987 | void ieee80211_scan_cancel(struct ieee80211_local *local); | 984 | void ieee80211_scan_cancel(struct ieee80211_local *local); |
988 | ieee80211_rx_result | 985 | ieee80211_rx_result |
989 | ieee80211_scan_rx(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb); | 986 | ieee80211_scan_rx(struct ieee80211_sub_if_data *sdata, struct sk_buff *skb); |