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

Commit 69a5d67a authored by Amar Singhal's avatar Amar Singhal
Browse files

cfg80211: Add backport flag for user cellular base hint



Upstream commit aced43ce780dc5 ("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 d95a1dc6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -24,6 +24,9 @@
#include <linux/net.h>
#include <net/regulatory.h>

/* Indicate backport support for processing user cell base hint */
#define CFG80211_USER_HINT_CELL_BASE_SELF_MANAGED 1

/**
 * DOC: Introduction
 *