Ver código fonte

qcacmn: Add tx capture timer stop flag

Add stop timer flag to avoid resubmission of tx capture work queue timer
while del_tiimer_sync.

CRs-Fixed: 3056656
Change-Id: I72bfb6916f02297b15bb733359c0e4d7f91f0b73
aloksing 3 anos atrás
pai
commit
2674d65536
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      dp/wifi3.0/monitor/dp_mon.h

+ 1 - 0
dp/wifi3.0/monitor/dp_mon.h

@@ -578,6 +578,7 @@ struct  dp_mon_pdev {
 
 #ifdef WLAN_TX_PKT_CAPTURE_ENH
 	struct dp_pdev_tx_capture tx_capture;
+	bool stop_tx_capture_work_q_timer;
 #endif
 
 	/* tx packet capture enhancement */