diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 2 |
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); | |||
339 | void sta_info_init(struct ieee80211_local *local); | 339 | void sta_info_init(struct ieee80211_local *local); |
340 | int sta_info_start(struct ieee80211_local *local); | 340 | int sta_info_start(struct ieee80211_local *local); |
341 | void sta_info_stop(struct ieee80211_local *local); | 341 | void sta_info_stop(struct ieee80211_local *local); |
342 | void sta_info_flush(struct ieee80211_local *local, | 342 | int 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 */ |