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

Commit 9d8af3d6 authored by Peng Xu's avatar Peng Xu
Browse files

cfg80211: Add backport flag for enabling DFS offload



Upstream commit 13cf6dec ("cfg80211/nl80211: add DFS offload flag")
adds wiphy EXT_FEATURE flag to indicate that HW or driver does all DFS
actions by itself. Add backport flag for the same.

Change-Id: Ic79c10c82c6ba4fb5960c9f5a71fc0e69eeeb270
CRs-fixed: 2265562
Signed-off-by: default avatarPeng Xu <pxu@codeaurora.org>
parent 792e8f6f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -25,6 +25,9 @@
#include <linux/net.h>
#include <net/regulatory.h>

/* Backport support for DFS offload */
#define CFG80211_DFS_OFFLOAD_BACKPORT 1

/**
 * DOC: Introduction
 *