qcacmn: Do not proceed for recovery on TX completion delay
Do not proceed for qdf recovery on TX completion delay. Change-Id: I09a088c9e1fa78ce1b2013af3cd9ed41207b52ea CRs-Fixed: 3124692
This commit is contained in:

committed by
Madan Koyyalamudi

parent
3e7c64225c
commit
6423cd35e3
@@ -12172,14 +12172,10 @@ static void dp_find_missing_tx_comp(struct dp_soc *soc)
|
||||
tx_desc->timestamp)) {
|
||||
dp_err_rl("Tx completion not rcvd for id: %u",
|
||||
tx_desc->id);
|
||||
qdf_trigger_self_recovery(NULL,
|
||||
QDF_TX_DESC_LEAK);
|
||||
}
|
||||
} else {
|
||||
dp_err_rl("tx desc %u corrupted, flags: 0x%x",
|
||||
tx_desc->id, tx_desc->flags);
|
||||
qdf_trigger_self_recovery(NULL,
|
||||
QDF_TX_DESC_LEAK);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user