Ver Fonte

qcacmn: Clean up CONFIG_MCL

Clean up CONFIG_MCL and introduce new macro
MGMT_FRAME_RX_DECRYPT_ERROR.

Change-Id: Ic0cf826bde40cb3088d9745f0831fe083a281d50
CRs-Fixed: 2504567
Akshay Kosigi há 5 anos atrás
pai
commit
2eae843084
1 ficheiros alterados com 3 adições e 3 exclusões
  1. 3 3
      wmi/src/wmi_unified_tlv.c

+ 3 - 3
wmi/src/wmi_unified_tlv.c

@@ -8452,11 +8452,11 @@ static uint8_t *extract_dbglog_data_len_tlv(wmi_unified_t wmi_handle,
 }
 
 
-#ifdef CONFIG_MCL
+#ifdef MGMT_FRAME_RX_DECRYPT_ERROR
+#define IS_WMI_RX_MGMT_FRAME_STATUS_INVALID(_status) false
+#else
 #define IS_WMI_RX_MGMT_FRAME_STATUS_INVALID(_status) \
 			((_status) & WMI_RXERR_DECRYPT)
-#else
-#define IS_WMI_RX_MGMT_FRAME_STATUS_INVALID(_status) false
 #endif
 
 /**