diff options
author | Vasanthakumar Thiagarajan <vasanth@atheros.com> | 2009-02-04 07:58:48 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-11 11:44:23 -0500 |
commit | 7a9470806053f765ecf7f3932acb4c95c204ad4b (patch) | |
tree | 0e0e2110f221babd6fbdb289f3056436fca101b1 /net/mac80211/ieee80211_i.h | |
parent | 029bc43270e770e0d57d67dc431fe711c58e74f5 (diff) |
mac80211: Free current bss information in few places where we don't need it any more
Signed-off-by: Vasanthakumar Thiagarajan <vasanth@atheros.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/ieee80211_i.h')
-rw-r--r-- | net/mac80211/ieee80211_i.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/ieee80211_i.h b/net/mac80211/ieee80211_i.h index eaf3603862b7..5a1f19ad43c8 100644 --- a/net/mac80211/ieee80211_i.h +++ b/net/mac80211/ieee80211_i.h | |||
@@ -955,6 +955,8 @@ ieee80211_rx_bss_get(struct ieee80211_local *local, u8 *bssid, int freq, | |||
955 | u8 *ssid, u8 ssid_len); | 955 | u8 *ssid, u8 ssid_len); |
956 | void ieee80211_rx_bss_put(struct ieee80211_local *local, | 956 | void ieee80211_rx_bss_put(struct ieee80211_local *local, |
957 | struct ieee80211_bss *bss); | 957 | struct ieee80211_bss *bss); |
958 | void ieee80211_rx_bss_remove(struct ieee80211_sub_if_data *sdata, u8 *bssid, | ||
959 | int freq, u8 *ssid, u8 ssid_len); | ||
958 | 960 | ||
959 | /* interface handling */ | 961 | /* interface handling */ |
960 | int ieee80211_if_add(struct ieee80211_local *local, const char *name, | 962 | int ieee80211_if_add(struct ieee80211_local *local, const char *name, |