From b05f752db8d2e6d3edf2e6ea6799e7f6e6c8d3be Mon Sep 17 00:00:00 2001 From: Amar Singhal Date: Wed, 16 May 2018 12:20:18 -0700 Subject: [PATCH] cfg80211: Add backport flag for user cellular base hint Upstream commit aced43ce780dc5e683b3de00ce9fb3db7d28e1d3 ("cfg80211: Call reg_notifier for self managed hints conditionally") adds support for processing user cell_base hints when wiphy is self managed. Add backport flag for the same. Change-Id: I44e083f4346cc95eb2f80eeec7d56f305e7ecce0 CRs-Fixed: 2201959 Signed-off-by: Amar Singhal --- include/net/cfg80211.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h index da9374303051..705364a8e9c6 100644 --- a/include/net/cfg80211.h +++ b/include/net/cfg80211.h @@ -82,6 +82,9 @@ struct wiphy; /* Indicate support for including KEK length in rekey data */ #define CFG80211_REKEY_DATA_KEK_LEN 1 +/* Indicate backport support for processing user cell base hint */ +#define CFG80211_USER_HINT_CELL_BASE_SELF_MANAGED 1 + /* * wireless hardware capability structures */