qcacld-3.0: Enabling METERING Feature for lito

Enable CONFIG_QCACLD_FEATURE_METERING Feature for lito
in default_defconfig

Change-Id: I70e004e34dbea0690503c5990b2bf83089873898
CRs-Fixed: 2545739
This commit is contained in:
Vevek Venkatesan 2019-10-14 15:36:25 +05:30 committed by nshrivas
parent 11a71a065c
commit 78382d89e7
2 changed files with 7 additions and 0 deletions

View File

@ -934,6 +934,9 @@ static void __wlan_ipa_wdi_meter_notifier_cb(qdf_ipa_wdi_meter_evt_type_t evt,
ipa_ctx->ipa_quota_rsp.success; ipa_ctx->ipa_quota_rsp.success;
} }
break; break;
default:
break;
} }
} }

View File

@ -179,6 +179,10 @@ ifeq ($(CONFIG_ARCH_SM6150), y)
CONFIG_QCACLD_FEATURE_METERING := y CONFIG_QCACLD_FEATURE_METERING := y
endif endif
ifeq ($(CONFIG_ARCH_LITO), y)
CONFIG_QCACLD_FEATURE_METERING := y
endif
#Flag to enable Fast Transition (11r) feature #Flag to enable Fast Transition (11r) feature
CONFIG_QCOM_VOWIFI_11R := y CONFIG_QCOM_VOWIFI_11R := y