diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2019-01-10 07:27:55 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-01-10 07:27:55 -0800 |
| commit | 17c6aaf2ae2056da2e82dc2ea4c81e6514db9446 (patch) | |
| tree | 7831b5341f9486db096aad9b247e5aff1fdfd921 /include | |
| parent | 076faf0b2f2730cdbe794e831704826b347c5b56 (diff) | |
| parent | 3d2a81a6262967bc280d14be3b0ec23a4bbe8ca0 (diff) | |
Merge "cfg80211: indicate support for external authentication"
Diffstat (limited to 'include')
| -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 8f968375ac46..bac128ded4f0 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -24,6 +24,9 @@ #include <linux/net.h> #include <net/regulatory.h> +/* Indicate backport support for external authentication*/ +#define CFG80211_EXTERNAL_AUTH_SUPPORT 1 + /** * DOC: Introduction * |
