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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index b09861eb124e..ebb7b2b4d0b9 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -347,6 +347,7 @@ int sta_info_insert(struct sta_info *sta);
347 * has already unlinked it. 347 * has already unlinked it.
348 */ 348 */
349void sta_info_unlink(struct sta_info **sta); 349void sta_info_unlink(struct sta_info **sta);
350void __sta_info_unlink(struct sta_info **sta);
350 351
351void sta_info_destroy(struct sta_info *sta); 352void sta_info_destroy(struct sta_info *sta);
352void sta_info_set_tim_bit(struct sta_info *sta); 353void sta_info_set_tim_bit(struct sta_info *sta);