From f064db935dceb213867d3e5fc63f27379150d82e Mon Sep 17 00:00:00 2001 From: Himanshu Agarwal Date: Thu, 29 Dec 2016 12:25:35 +0530 Subject: [PATCH] qcacmn: Change value of MOB_DRV_LEGACY_DP macro Original value of MOB_DRV_LEGACY_DP of 0xffff is colliding with value of QCA8074_DEVICE_ID macro which is for Hawkeye platform due to which soc context is not getting allocated for legacy platforms. Change the value of MOB_DRV_LEGACY_DP to 0xdeed. Change-Id: I73325fef287d0a3fa0ce145957a70d20b60e12e0 CRs-Fixed: 1106160 --- dp/inc/cdp_txrx_cmn_reg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dp/inc/cdp_txrx_cmn_reg.h b/dp/inc/cdp_txrx_cmn_reg.h index 463e2def35..c63da28e73 100644 --- a/dp/inc/cdp_txrx_cmn_reg.h +++ b/dp/inc/cdp_txrx_cmn_reg.h @@ -26,7 +26,7 @@ #include "hif_main.h" -#define MOB_DRV_LEGACY_DP 0xffff/*FIXME Add MCL device IDs */ +#define MOB_DRV_LEGACY_DP 0xdeed/*FIXME Add MCL device IDs */ #define LITHIUM_DP 0xfffe/*FIXME Add Litium device ID */ /* Use these device IDs for attach in future */