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

Commit 1abc4a5d authored by spuligil's avatar spuligil Committed by Pragaspathi Thilagaraj
Browse files

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

Add WMI_PDEV_PARAM_NAV_OVERRIDE_CONFIG def

Change-Id: Ic0ced9338e5f9b5f0bdeaff7fd8ad5c5f381dd35
CRs-Fixed: 2262693
parent c2dc0424
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2013-2016, 2018 The Linux Foundation. All rights reserved.*
 * Copyright (c) 2013-2016, 2018-2019 The Linux Foundation. All rights reserved.*
 *
 * Previously licensed under the ISC license by Qualcomm Atheros, Inc.
 *
@@ -208,6 +208,7 @@ typedef enum {
        ((mode) == MODE_11AC_VHT80))
#endif

#if SUPPORT_11AX
#define IS_MODE_HE(mode) (((mode) == MODE_11AX_HE20) || \
        ((mode) == MODE_11AX_HE40)     || \
        ((mode) == MODE_11AX_HE80)     || \
@@ -216,6 +217,10 @@ typedef enum {
        ((mode) == MODE_11AX_HE20_2G)  || \
        ((mode) == MODE_11AX_HE40_2G)  || \
        ((mode) == MODE_11AX_HE80_2G))
#define IS_MODE_HE_2G(mode) (((mode) == MODE_11AX_HE20_2G) || \
        ((mode) == MODE_11AX_HE40_2G) || \
        ((mode) == MODE_11AX_HE80_2G))
#endif /* SUPPORT_11AX */

#define IS_MODE_VHT_2G(mode) (((mode) == MODE_11AC_VHT20_2G) || \
        ((mode) == MODE_11AC_VHT40_2G) || \