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

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

Merge "msm: ipa3: Fix RNDIS Tethering Stats update for UDP UL"

parents 3a2bb7f6 add5ec7a
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3773,13 +3773,13 @@ static int rmnet_ipa3_query_tethering_stats_hw(
	con_stats->client[index].num_ipv6_bytes);

	/* update the wlan UL stats */
	data->ipv4_tx_packets =
	data->ipv4_tx_packets +=
		con_stats->client[index].num_ipv4_pkts;
	data->ipv6_tx_packets =
	data->ipv6_tx_packets +=
		con_stats->client[index].num_ipv6_pkts;
	data->ipv4_tx_bytes =
	data->ipv4_tx_bytes +=
		con_stats->client[index].num_ipv4_bytes;
	data->ipv6_tx_bytes =
	data->ipv6_tx_bytes +=
		con_stats->client[index].num_ipv6_bytes;

	/* wlan UL stats on cv2 */