qcacmn: Update tx_fast callback with dp_tx_drop

Update tx_fast callback with dp_tx_drop in
Umac pre-reset handler to pause the tx.

Change-Id: I39a74179a3deb8fba34acb7149046471e3f4797b
CRs-Fixed: 3267249
此提交包含在:
Pavankumar Nandeshwar
2022-08-21 20:22:58 -07:00
提交者 Madan Koyyalamudi
父節點 c520d7fe83
當前提交 9495c52c2e

查看文件

@@ -13026,6 +13026,7 @@ static void dp_pause_tx_hardstart(struct dp_soc *soc)
int i;
ctxt.tx = &dp_tx_drop;
ctxt.tx_fast = &dp_tx_drop;
ctxt.tx_exception = &dp_tx_exc_drop;
for (i = 0; i < MAX_PDEV_CNT; i++) {