diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-21 15:48:04 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-21 15:48:03 -0800 |
| commit | 62af6fdf2800a827123d9317ba8c141407aafed7 (patch) | |
| tree | 35b4edaf3caf9c725f5159701a9e0e67dfe941df /include | |
| parent | 24a1e6cd4089de3797047b4ac5e440b0dd9f745b (diff) | |
| parent | 7b265f28d6183b728c09e0cdaac43c31c0251fb6 (diff) | |
Merge "cfg80211: Define macro to indicate support for update connect params"
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 64a608e89335..733a479f3f17 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -67,6 +67,7 @@ struct wiphy; #define CFG80211_CONNECT_PREV_BSSID 1 #define CFG80211_CONNECT_BSS 1 #define CFG80211_ABORT_SCAN 1 +#define CFG80211_UPDATE_CONNECT_PARAMS 1 /* * wireless hardware capability structures |
