aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/cfg80211.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/cfg80211.h')
-rw-r--r--include/net/cfg80211.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index b66beb052054..add79930f47d 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -2195,4 +2195,16 @@ void cfg80211_remain_on_channel_expired(struct net_device *dev,
2195 enum nl80211_channel_type channel_type, 2195 enum nl80211_channel_type channel_type,
2196 gfp_t gfp); 2196 gfp_t gfp);
2197 2197
2198
2199/**
2200 * cfg80211_new_sta - notify userspace about station
2201 *
2202 * @dev: the netdev
2203 * @mac_addr: the station's address
2204 * @sinfo: the station information
2205 * @gfp: allocation flags
2206 */
2207void cfg80211_new_sta(struct net_device *dev, const u8 *mac_addr,
2208 struct station_info *sinfo, gfp_t gfp);
2209
2198#endif /* __NET_CFG80211_H */ 2210#endif /* __NET_CFG80211_H */