Update tx_fast callback with dp_tx_drop in Umac pre-reset handler to pause the tx. Change-Id: I39a74179a3deb8fba34acb7149046471e3f4797b CRs-Fixed: 3267249
@@ -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++) {