diff --git a/dp/wifi3.0/dp_tx.c b/dp/wifi3.0/dp_tx.c index 6e6a8c084d..f5c6818ba3 100644 --- a/dp/wifi3.0/dp_tx.c +++ b/dp/wifi3.0/dp_tx.c @@ -5743,8 +5743,7 @@ void dp_tx_update_connectivity_stats(struct dp_soc *soc, qdf_assert(tx_desc); - if (!vdev || - !vdev->osif_vdev || + if (!vdev || vdev->delete.pending || !vdev->osif_vdev || !vdev->stats_cb) return;