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
This commit is contained in:
Himanshu Agarwal
2016-12-29 12:25:35 +05:30
committed by qcabuildsw
parent f9748023ca
commit f064db935d

View File

@@ -26,7 +26,7 @@
#include "hif_main.h" #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 */ #define LITHIUM_DP 0xfffe/*FIXME Add Litium device ID */
/* Use these device IDs for attach in future */ /* Use these device IDs for attach in future */