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
This commit is contained in:

committed by
Madan Koyyalamudi

parent
c520d7fe83
commit
9495c52c2e
@@ -13026,6 +13026,7 @@ static void dp_pause_tx_hardstart(struct dp_soc *soc)
|
|||||||
int i;
|
int i;
|
||||||
|
|
||||||
ctxt.tx = &dp_tx_drop;
|
ctxt.tx = &dp_tx_drop;
|
||||||
|
ctxt.tx_fast = &dp_tx_drop;
|
||||||
ctxt.tx_exception = &dp_tx_exc_drop;
|
ctxt.tx_exception = &dp_tx_exc_drop;
|
||||||
|
|
||||||
for (i = 0; i < MAX_PDEV_CNT; i++) {
|
for (i = 0; i < MAX_PDEV_CNT; i++) {
|
||||||
|
Reference in New Issue
Block a user