summaryrefslogtreecommitdiff
path: root/CORE/MAC/src/include
diff options
context:
space:
mode:
authorRaja Mani <rmani@qti.qualcomm.com>2013-10-28 15:02:20 +0530
committerMadan Mohan Koyyalamudi <mkoyyala@qca.qualcomm.com>2013-11-14 19:51:44 -0800
commita443dafb68f89d6a4d48224616c4eddd4a7231e0 (patch)
treeb0ebef51d9b35288d465289de0d7eeea285896e4 /CORE/MAC/src/include
parent7eaef24f1c7dfe41cd07e962f9cdf6614be4cd52 (diff)
cld: Cleanup FEATURE_WLAN_PNO_OFFLOAD in UMAC
There are two feature macros defined and used for PNO in umac, * FEATURE_WLAN_SCAN_PNO * FEATURE_WLAN_PNO_OFFLOAD It's bit confusing that which one to define for PNO. This patch replaces FEATURE_WLAN_PNO_OFFLOAD with FEATURE_WLAN_SCAN_PNO. Going forward, FEATURE_WLAN_SCAN_PNO is only feature macro defined for PNO. Change-Id: I084c6cb7dda4fab3c434b35b791327ef980cd58c CRs-fixed: 567665
Diffstat (limited to 'CORE/MAC/src/include')
-rw-r--r--CORE/MAC/src/include/sirParams.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/MAC/src/include/sirParams.h b/CORE/MAC/src/include/sirParams.h
index 2aee3bf057e4..41443107e873 100644
--- a/CORE/MAC/src/include/sirParams.h
+++ b/CORE/MAC/src/include/sirParams.h
@@ -568,7 +568,7 @@ typedef struct sSirMbMsgP2p
#ifndef REMOVE_PKT_LOG
#define SIR_HAL_PKTLOG_ENABLE_REQ (SIR_HAL_ITC_MSG_TYPES_BEGIN + 206)
#endif
-#ifdef FEATURE_WLAN_PNO_OFFLOAD
+#ifdef FEATURE_WLAN_SCAN_PNO
#define SIR_HAL_SME_SCAN_CACHE_UPDATED (SIR_HAL_ITC_MSG_TYPES_BEGIN + 207)
#endif
#endif