Browse Source

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

CNSS_WLAN Service 5 years ago
parent
commit
d164ef878d
2 changed files with 7 additions and 0 deletions
  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