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

Commit 1b3a7180 authored by Vidyullatha Kanchanapally's avatar Vidyullatha Kanchanapally
Browse files

cfg80211: Define macro to indicate support for update connect params



Define macro to indicate backport support for update connection
parameters when in connected state.

Change-Id: I175d76cd193d649f8b91cdab5000f6e1c66de15e
CRs-Fixed: 1097836
Signed-off-by: default avatarVidyullatha Kanchanapally <vidyullatha@codeaurora.org>
parent 30da4e8f
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>

/* backport support for new cfg80211 ops "update_connect_params" */
#define CFG80211_UPDATE_CONNECT_PARAMS 1

/**
 * DOC: Introduction
 *