Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cbc17367 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: ipa3: fix the ipa stats query"

parents 80c5b240 500417c9
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -3239,15 +3239,6 @@ static int rmnet_ipa3_query_tethering_stats_hw(
	int rc = 0;
	struct ipa_quota_stats_all *con_stats;

	if (reset) {
		IPAWANERR("only reset the pipe stats without returning stats");
		rc = ipa_get_teth_stats();
		if (rc) {
			IPAWANERR("ipa_get_teth_stats failed %d,\n", rc);
			return rc;
		}
		return 0;
	}
	/* qet HW-stats */
	rc = ipa_get_teth_stats();
	if (rc) {