qcacmn: Drain Rx monitor workqueue
Drain Rx monitor workqueue on wifi down CRs-Fixed: 3186360 Change-Id: I524b08338da1f2a4567c17551a8b44d420ca3455
This commit is contained in:

committed by
Madan Koyyalamudi

parent
025fca08e6
commit
0bfdc54393
@@ -5183,6 +5183,11 @@ QDF_STATUS dp_mon_pdev_deinit(struct dp_pdev *pdev)
|
||||
return QDF_STATUS_SUCCESS;
|
||||
|
||||
dp_mon_filters_reset(pdev);
|
||||
|
||||
/* mon pdev extended deinit */
|
||||
if (mon_ops->mon_pdev_ext_deinit)
|
||||
mon_ops->mon_pdev_ext_deinit(pdev);
|
||||
|
||||
/* detach monitor function */
|
||||
dp_monitor_tx_ppdu_stats_detach(pdev);
|
||||
|
||||
|
Reference in New Issue
Block a user