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

Commit 5dfeb6c2 authored by Yu Wang's avatar Yu Wang Committed by snandini
Browse files

qcacmn: start packetdump_timer when registering the function

packetdump_timer is stopped when deregistering the
function, to make align, start it when registering.

CRs-Fixed: 2748669
Change-Id: I9d106f81b04011111c4b01e6b6c50403202e7c6e
parent dde6beef
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1517,6 +1517,8 @@ void wlan_register_txrx_packetdump(uint8_t pdev_id)

	gtx_count = 0;
	grx_count = 0;

	csr_packetdump_timer_start();
}
#endif /* REMOVE_PKT_LOG */
#endif /* FEATURE_PKTLOG */