Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b05f752d authored by Amar Singhal's avatar Amar Singhal
Browse files

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: default avatarAmar Singhal <asinghal@codeaurora.org>
parent da26eb3a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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
 */