X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=net%2Fmac80211%2Fsta_info.h;h=f8c95bc9659cae3065c0a58b0757dde9b4695dcc;hb=fba5c1af5c4fd6645fe62ea84ccde0981282cf66;hp=b09861eb124ee9108811e5015e1cb7fa8b9f1a04;hpb=dc6676b7f2c2072ec05254aaca32e99f87a8a417;p=linux-2.6-omap-h63xx.git diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index b09861eb124..f8c95bc9659 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h @@ -12,7 +12,7 @@ #include #include #include -#include "ieee80211_key.h" +#include "key.h" /** * enum ieee80211_sta_info_flags - Stations flags @@ -347,6 +347,7 @@ int sta_info_insert(struct sta_info *sta); * has already unlinked it. */ void sta_info_unlink(struct sta_info **sta); +void __sta_info_unlink(struct sta_info **sta); void sta_info_destroy(struct sta_info *sta); void sta_info_set_tim_bit(struct sta_info *sta); @@ -358,6 +359,5 @@ void sta_info_stop(struct ieee80211_local *local); int sta_info_flush(struct ieee80211_local *local, struct ieee80211_sub_if_data *sdata); void sta_info_flush_delayed(struct ieee80211_sub_if_data *sdata); -void __ieee80211_run_pending_flush(struct ieee80211_local *local); #endif /* STA_INFO_H */