aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/ieee80211_i.h
diff options
context:
space:
mode:
authorMohammed Shafi Shajakhan <mohammed@qca.qualcomm.com>2012-04-11 15:16:12 +0530
committerJohn W. Linville <linville@tuxdriver.com>2012-04-13 14:32:51 -0400
commit0446b49c3350ad1fdbc5a3f8f8223fc8af7d853b (patch)
tree1bab4e67a8ec6ef713bfebace476e222894997ba /net/mac80211/ieee80211_i.h
parentath9k_htc: Add Panasonic N5HBZ0000055 device id (diff)
downloadlinux-dev-0446b49c3350ad1fdbc5a3f8f8223fc8af7d853b.tar.xz
linux-dev-0446b49c3350ad1fdbc5a3f8f8223fc8af7d853b.zip
mac80211: remove ieee80211_rx_bss_get
its not used where, while we directly obtain ieee80211_bss's pointer in ibss.c by calling cfg80211_get_bss Signed-off-by: Mohammed Shafi Shajakhan <mohammed@qca.qualcomm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r--net/mac80211/ieee80211_i.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h
index 8cc4bc101409..bd7a451b0849 100644
--- a/net/mac80211/ieee80211_i.h
+++ b/net/mac80211/ieee80211_i.h
@@ -1273,9 +1273,6 @@ ieee80211_bss_info_update(struct ieee80211_local *local,
struct ieee802_11_elems *elems,
struct ieee80211_channel *channel,
bool beacon);
-struct ieee80211_bss *
-ieee80211_rx_bss_get(struct ieee80211_local *local, u8 *bssid, int freq,
- u8 *ssid, u8 ssid_len);
void ieee80211_rx_bss_put(struct ieee80211_local *local,
struct ieee80211_bss *bss);