diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-05-08 11:13:41 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-08 11:13:41 -0400 |
commit | 6153871f77f8fa778cd0cf1e2979db75e25d3532 (patch) | |
tree | c6024da3b1ee5ce379b3c60824aabba76a1e1799 /include/net | |
parent | 23a456f05353035d1a2b3f1b9a92707acdc036e0 (diff) | |
parent | cabae81103584a8265114a543555781b7b0c88bd (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/cfg80211.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index f3539a15c411..f856e5a746fa 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -3669,6 +3669,18 @@ void cfg80211_sched_scan_results(struct wiphy *wiphy); void cfg80211_sched_scan_stopped(struct wiphy *wiphy); /** + * cfg80211_sched_scan_stopped_rtnl - notify that the scheduled scan has stopped + * + * @wiphy: the wiphy on which the scheduled scan stopped + * + * The driver can call this function to inform cfg80211 that the + * scheduled scan had to be stopped, for whatever reason. The driver + * is then called back via the sched_scan_stop operation when done. + * This function should be called with rtnl locked. + */ +void cfg80211_sched_scan_stopped_rtnl(struct wiphy *wiphy); + +/** * cfg80211_inform_bss_width_frame - inform cfg80211 of a received BSS frame * * @wiphy: the wiphy reporting the BSS |