aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/sta_info.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r--net/mac80211/sta_info.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index f3d9f872db4a..4099ece143ef 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -244,7 +244,9 @@ void sta_info_free(struct sta_info *sta);
244void sta_info_init(struct ieee80211_local *local); 244void sta_info_init(struct ieee80211_local *local);
245int sta_info_start(struct ieee80211_local *local); 245int sta_info_start(struct ieee80211_local *local);
246void sta_info_stop(struct ieee80211_local *local); 246void sta_info_stop(struct ieee80211_local *local);
247void sta_info_remove_aid_ptr(struct sta_info *sta);
248void sta_info_flush(struct ieee80211_local *local, struct net_device *dev); 247void sta_info_flush(struct ieee80211_local *local, struct net_device *dev);
249 248
249void sta_info_set_tim_bit(struct sta_info *sta);
250void sta_info_clear_tim_bit(struct sta_info *sta);
251
250#endif /* STA_INFO_H */ 252#endif /* STA_INFO_H */