|
@@ -1,5 +1,5 @@
|
|
|
/*
|
|
|
- * Copyright (c) 2013-2020 The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2013-2021 The Linux Foundation. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for
|
|
|
* any purpose with or without fee is hereby granted, provided that the
|
|
@@ -750,8 +750,9 @@ void wlan_ipa_uc_stat(struct wlan_ipa_priv *ipa_ctx)
|
|
|
#ifdef FEATURE_METERING
|
|
|
|
|
|
#ifdef WDI3_STATS_UPDATE
|
|
|
+#ifdef WDI3_STATS_BW_MONITOR
|
|
|
/**
|
|
|
- * wlan_ipa_wdi_meter_notifier_cb() - WLAN to IPA callback handler.
|
|
|
+ * __wlan_ipa_wdi_meter_notifier_cb() - WLAN to IPA callback handler.
|
|
|
* IPA calls to get WLAN stats or set quota limit.
|
|
|
* @priv: pointer to private data registered with IPA (we register a
|
|
|
* pointer to the IPA context)
|
|
@@ -799,6 +800,13 @@ static void __wlan_ipa_wdi_meter_notifier_cb(qdf_ipa_wdi_meter_evt_type_t evt,
|
|
|
ipa_debug("Requested BW level: %d", ipa_ctx->curr_bw_level);
|
|
|
}
|
|
|
|
|
|
+#else
|
|
|
+static void __wlan_ipa_wdi_meter_notifier_cb(qdf_ipa_wdi_meter_evt_type_t evt,
|
|
|
+ void *data)
|
|
|
+{
|
|
|
+}
|
|
|
+#endif
|
|
|
+
|
|
|
void wlan_ipa_update_tx_stats(struct wlan_ipa_priv *ipa_ctx, uint64_t sta_tx,
|
|
|
uint64_t ap_tx)
|
|
|
{
|