From baa7b295e051cc19f3dc5b021c2dafd5721ca9c5 Mon Sep 17 00:00:00 2001 From: Srinivas Girigowda Date: Tue, 28 May 2019 11:49:29 -0700 Subject: [PATCH] qcacld-3.0: Replace SIR_MAC_ACTION_* with converged enum ACTION_SPCT_* Replace SIR_MAC_ACTION_* with converged enum ACTION_SPCT_*. Change-Id: I76cc3d7ea8e12b9a40f39ba855a73e2779896fea CRs-Fixed: 2460915 --- pmo/dispatcher/inc/wlan_pmo_wow_public_struct.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pmo/dispatcher/inc/wlan_pmo_wow_public_struct.h b/pmo/dispatcher/inc/wlan_pmo_wow_public_struct.h index 46da51535c..19e5c8e67c 100644 --- a/pmo/dispatcher/inc/wlan_pmo_wow_public_struct.h +++ b/pmo/dispatcher/inc/wlan_pmo_wow_public_struct.h @@ -66,8 +66,6 @@ #define PMO_MAC_ACTION_VHT 21 #define PMO_MAC_ACTION_MAX 256 -#define PMO_MAC_ACTION_MEASURE_REQUEST_ID 0 -#define PMO_MAC_ACTION_TPC_REQUEST_ID 2 /* * ALLOWED_ACTION_FRAMES_BITMAP * @@ -135,13 +133,13 @@ * ----------------------------------+-----+------+ * Type | Bit | Drop | * ----------------------------------+-----+------+ - * SIR_MAC_ACTION_MEASURE_REQUEST_ID 0 1 - * SIR_MAC_ACTION_TPC_REQUEST_ID 2 1 + * ACTION_SPCT_MSR_REQ 0 1 + * ACTION_SPCT_TPC_REQ 2 1 * ----------------------------------+-----+------+ */ #define DROP_SPEC_MGMT_ACTION_FRAME_BITMAP \ - ((1 << PMO_MAC_ACTION_MEASURE_REQUEST_ID) |\ - (1 << PMO_MAC_ACTION_TPC_REQUEST_ID)) + ((1 << ACTION_SPCT_MSR_REQ) |\ + (1 << ACTION_SPCT_TPC_REQ)) #else /* * If 11H support is defined, dont drop the above action category of