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
此提交包含在:
Himanshu Agarwal
2016-12-29 12:25:35 +05:30
提交者 qcabuildsw
父節點 f9748023ca
當前提交 f064db935d

查看文件

@@ -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 */