diff options
Diffstat (limited to 'net/mac80211/sta_info.h')
-rw-r--r-- | net/mac80211/sta_info.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mac80211/sta_info.h b/net/mac80211/sta_info.h index f7e65fa3f9ed..7b5be309fe0a 100644 --- a/net/mac80211/sta_info.h +++ b/net/mac80211/sta_info.h | |||
@@ -239,8 +239,8 @@ static inline void __sta_info_get(struct sta_info *sta) | |||
239 | 239 | ||
240 | struct sta_info * sta_info_get(struct ieee80211_local *local, u8 *addr); | 240 | struct sta_info * sta_info_get(struct ieee80211_local *local, u8 *addr); |
241 | void sta_info_put(struct sta_info *sta); | 241 | void sta_info_put(struct sta_info *sta); |
242 | struct sta_info * sta_info_add(struct ieee80211_local *local, | 242 | struct sta_info *sta_info_add(struct ieee80211_local *local, |
243 | struct net_device *dev, u8 *addr, gfp_t gfp); | 243 | struct net_device *dev, u8 *addr, gfp_t gfp); |
244 | void sta_info_remove(struct sta_info *sta); | 244 | void sta_info_remove(struct sta_info *sta); |
245 | void sta_info_free(struct sta_info *sta); | 245 | void sta_info_free(struct sta_info *sta); |
246 | void sta_info_init(struct ieee80211_local *local); | 246 | void sta_info_init(struct ieee80211_local *local); |