diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-09-11 09:04:04 -0700 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-09-11 09:04:04 -0700 |
| commit | 3856375d061c72ee5412ebfa833bd0d6ecdd0d75 (patch) | |
| tree | 7517c90cd61a695539550e2145788e72b6601353 /include | |
| parent | 4970303a8792ba4684c60b3e8b7c6875e6b3d25a (diff) | |
| parent | 61d9319c54fbd10e1579cda3e55b143b9cd6280b (diff) | |
Merge "cfg80211: Define macro to indicate support for cfg80211 abort scan api"
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/cfg80211.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index 2e03ed0e56d3..17605b3793a1 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -66,6 +66,7 @@ struct wiphy; #define CFG80211_SCAN_BSSID 1 #define CFG80211_CONNECT_PREV_BSSID 1 #define CFG80211_CONNECT_BSS 1 +#define CFG80211_ABORT_SCAN 1 /* * wireless hardware capability structures |
