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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h
index fb5411d01f82..547bfc3b2431 100644
--- a/net/mac80211/sta_info.h
+++ b/net/mac80211/sta_info.h
@@ -339,7 +339,7 @@ void sta_info_clear_tim_bit(struct sta_info *sta);
339void sta_info_init(struct ieee80211_local *local); 339void sta_info_init(struct ieee80211_local *local);
340int sta_info_start(struct ieee80211_local *local); 340int sta_info_start(struct ieee80211_local *local);
341void sta_info_stop(struct ieee80211_local *local); 341void sta_info_stop(struct ieee80211_local *local);
342void sta_info_flush(struct ieee80211_local *local, 342int sta_info_flush(struct ieee80211_local *local,
343 struct ieee80211_sub_if_data *sdata); 343 struct ieee80211_sub_if_data *sdata);
344 344
345#endif /* STA_INFO_H */ 345#endif /* STA_INFO_H */