From df35f3ef5e57571324860126d4e8158a52b51a79 Mon Sep 17 00:00:00 2001 From: Govind Singh Date: Fri, 6 May 2016 15:57:36 +0530 Subject: [PATCH] qcacld-3.0: Abstract delta code of fw common to respective layer FW common files needs to be in sync with host and fw. Abstract extra definition of hia map internal to hif layer. MSI_NUM_REQUEST is incorrectly overwritten, keep the original change as MSI_ENABLE is false across all target versions. These changes are incorrectly added in following change id. Iced029073c2db9eb175adcebcad9163ab39443a9. Change-Id: Ie38666f315067ae40676e3bdac9238e4b52e6be1 CRs-Fixed: 1012542 --- target/inc/cepci.h | 26 +++----------------------- 1 file changed, 3 insertions(+), 23 deletions(-) diff --git a/target/inc/cepci.h b/target/inc/cepci.h index 88e19c3195..919e5ae486 100644 --- a/target/inc/cepci.h +++ b/target/inc/cepci.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013-2014 The Linux Foundation. All rights reserved. + * Copyright (c) 2013-2014, 2016 The Linux Foundation. All rights reserved. * * Previously licensed under the ISC license by Qualcomm Atheros, Inc. * @@ -40,8 +40,8 @@ * so for now we abide by this limit and avoid requesting more * than that. */ -#define MSI_NUM_REQUEST_LOG2 4 -#define MSI_NUM_REQUEST 1 /* (1<