diff options
| author | Amar Singhal <asinghal@codeaurora.org> | 2018-05-16 12:20:18 -0700 |
|---|---|---|
| committer | Amar Singhal <asinghal@codeaurora.org> | 2018-05-17 09:57:05 -0700 |
| commit | b05f752db8d2e6d3edf2e6ea6799e7f6e6c8d3be (patch) | |
| tree | 9ae81d591cbf847a00e90b116ecd70e11b555dff /include/net | |
| parent | da26eb3a8402b85ccf44e3cf03c1c4df26042c58 (diff) | |
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 <asinghal@codeaurora.org>
Diffstat (limited to 'include/net')
| -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 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 */ |
