Explorar o código

Merge "qcacld-3.0: Enabling METERING Feature for lito" into wlan-cld3.driver.lnx.2.0

CNSS_WLAN Service %!s(int64=5) %!d(string=hai) anos
pai
achega
d164ef878d
Modificáronse 2 ficheiros con 7 adicións e 0 borrados
  1. 3 0
      components/ipa/core/src/wlan_ipa_stats.c
  2. 4 0
      configs/default_defconfig

+ 3 - 0
components/ipa/core/src/wlan_ipa_stats.c

@@ -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;
 		}
 		break;
+
+	default:
+		break;
 	}
 }
 

+ 4 - 0
configs/default_defconfig

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