From c6e82f947bb48c289437c5e18dd7dc3430e4e488 Mon Sep 17 00:00:00 2001 From: Jake Weinstein Date: Sun, 30 Oct 2022 02:03:54 +0900 Subject: [PATCH] vendor: Use new IPA on 5.10 only for now 5.4 has broken tethering settings on some devices. Will revisit. Change-Id: I6c526c8fe8202fda4c6e2c985f20c3d0730d8c65 --- vendor/telephony/qti-telephony.mk | 2 +- vendor/wlan/qti-wlan.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/telephony/qti-telephony.mk b/vendor/telephony/qti-telephony.mk index 60982be5..f748433c 100644 --- a/vendor/telephony/qti-telephony.mk +++ b/vendor/telephony/qti-telephony.mk @@ -19,7 +19,7 @@ PRODUCT_SOONG_NAMESPACES += \ $(call inherit-product, vendor/qcom/opensource/dataservices/dataservices_vendor_product.mk) # IPACM -ifneq (,$(filter 5.4 5.10, $(TARGET_KERNEL_VERSION))) +ifneq (,$(filter 5.10, $(TARGET_KERNEL_VERSION))) PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/data-ipa-cfg-mgr $(call inherit-product, vendor/qcom/opensource/data-ipa-cfg-mgr/ipacm_vendor_product.mk) else diff --git a/vendor/wlan/qti-wlan.mk b/vendor/wlan/qti-wlan.mk index f0e5d37a..78a160db 100644 --- a/vendor/wlan/qti-wlan.mk +++ b/vendor/wlan/qti-wlan.mk @@ -56,7 +56,7 @@ CONFIG_IEEE80211AX := true endif # IPACM -ifneq (,$(filter 5.4 5.10, $(TARGET_KERNEL_VERSION))) +ifneq (,$(filter 5.10, $(TARGET_KERNEL_VERSION))) PRODUCT_SOONG_NAMESPACES += vendor/qcom/opensource/data-ipa-cfg-mgr $(call inherit-product, vendor/qcom/opensource/data-ipa-cfg-mgr/ipacm_vendor_product.mk) else