diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-09-11 09:04:05 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-11 09:04:05 -0700 |
| commit | b9897566ca85a66ff93c670a6c6d506aac97b646 (patch) | |
| tree | e5f97866fe06b4e8001a8e8b4159d2a930347bc0 /include/net | |
| parent | 3856375d061c72ee5412ebfa833bd0d6ecdd0d75 (diff) | |
| parent | cc2fd46dd0b7150ca0a37df6d399e6fe8f157b69 (diff) | |
Merge "cfg80211: Add support for aborting an ongoing scan"
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/cfg80211.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 17605b3793a1..801315d1d405 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -2336,6 +2336,8 @@ struct cfg80211_qos_map { * the driver, and will be valid until passed to cfg80211_scan_done(). * For scan results, call cfg80211_inform_bss(); you can call this outside * the scan/scan_done bracket too. + * @abort_scan: Tell the driver to abort an ongoing scan. The driver shall + * indicate the status of the scan through cfg80211_scan_done(). * * @auth: Request to authenticate with the specified peer * (invoked with the wireless_dev mutex held) @@ -2608,6 +2610,7 @@ struct cfg80211_ops { int (*scan)(struct wiphy *wiphy, struct cfg80211_scan_request *request); + void (*abort_scan)(struct wiphy *wiphy, struct wireless_dev *wdev); int (*auth)(struct wiphy *wiphy, struct net_device *dev, struct cfg80211_auth_request *req); |
