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/uapi/linux | |
| parent | 3856375d061c72ee5412ebfa833bd0d6ecdd0d75 (diff) | |
| parent | cc2fd46dd0b7150ca0a37df6d399e6fe8f157b69 (diff) | |
Merge "cfg80211: Add support for aborting an ongoing scan"
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/nl80211.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/nl80211.h b/include/uapi/linux/nl80211.h index c4984741be61..5305e8f4fce1 100644 --- a/include/uapi/linux/nl80211.h +++ b/include/uapi/linux/nl80211.h @@ -822,6 +822,10 @@ * as an event to indicate changes for devices with wiphy-specific regdom * management. * + * @NL80211_CMD_ABORT_SCAN: Stop an ongoing scan. Returns -ENOENT if a scan is + * not running. The driver indicates the status of the scan through + * cfg80211_scan_done(). + * * @NL80211_CMD_MAX: highest used command number * @__NL80211_CMD_AFTER_LAST: internal use */ @@ -1008,6 +1012,8 @@ enum nl80211_commands { NL80211_CMD_WIPHY_REG_CHANGE, + NL80211_CMD_ABORT_SCAN, + /* add new commands above here */ /* used to define NL80211_CMD_MAX below */ |
