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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
index b2b9d28cb4a..2c453045172 100644
--- a/include/net/cfg80211.h
+++ b/include/net/cfg80211.h
@@ -2667,6 +2667,15 @@ void cfg80211_new_sta(struct net_device *dev, const u8 *mac_addr,
2667 struct station_info *sinfo, gfp_t gfp); 2667 struct station_info *sinfo, gfp_t gfp);
2668 2668
2669/** 2669/**
2670 * cfg80211_del_sta - notify userspace about deletion of a station
2671 *
2672 * @dev: the netdev
2673 * @mac_addr: the station's address
2674 * @gfp: allocation flags
2675 */
2676void cfg80211_del_sta(struct net_device *dev, const u8 *mac_addr, gfp_t gfp);
2677
2678/**
2670 * cfg80211_rx_mgmt - notification of received, unprocessed management frame 2679 * cfg80211_rx_mgmt - notification of received, unprocessed management frame
2671 * @dev: network device 2680 * @dev: network device
2672 * @freq: Frequency on which the frame was received in MHz 2681 * @freq: Frequency on which the frame was received in MHz