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:
parent
11a71a065c
commit
78382d89e7
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user