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

Commit ef000e0c authored by spuligil's avatar spuligil
Browse files

fw-api: CL 11362100 - update fw common interface files

Add WMI_CHAN_FLAG_NAN_DISABLED def

Change-Id: I3828b89bca1b38e95211eed38a737d99d39e5907
CRs-Fixed: 2262693
parent 47a42ab9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2080,6 +2080,7 @@ typedef enum {
#define WMI_CHAN_FLAG_DFS_CFREQ2  16 /* Enable radar event reporting for sec80 in VHT80p80 */
#define WMI_CHAN_FLAG_ALLOW_HE    17 /* HE (11ax) is allowed on this channel */
#define WMI_CHAN_FLAG_PSC         18 /* Indicate it is a PSC (preferred scanning channel) */
#define WMI_CHAN_FLAG_NAN_DISABLED 19 /* Indicates that NAN operations are disabled on this channel */
#define WMI_SET_CHANNEL_FLAG(pwmi_channel,flag) do { \
        (pwmi_channel)->info |=  (1 << flag);      \
+1 −1
Original line number Diff line number Diff line
@@ -36,7 +36,7 @@
#define __WMI_VER_MINOR_    0
/** WMI revision number has to be incremented when there is a
 *  change that may or may not break compatibility. */
#define __WMI_REVISION_ 881
#define __WMI_REVISION_ 882

/** The Version Namespace should not be normally changed. Only
 *  host and firmware of the same WMI namespace will work