commit | fc76555f2ec71f79049894b64aa8f0d650f99773 | [log] [tgz] |
---|---|---|
author | Jinwei Chen <jinweic@codeaurora.org> | Fri May 18 13:27:32 2018 +0800 |
committer | nshrivas <nshrivas@codeaurora.org> | Thu Jun 14 11:47:07 2018 -0700 |
tree | e03251dc9f236479b922d7f5da44f8ad322eae50 | |
parent | 49f9618accbc6b639d937fa02493e051e9a661b4 [diff] |
qcacmn: add the tx_desc id checking If host receive the tx completion with invalid tx_desc ID, panic happened. add the tx desc ID check both on dp_tx_hw_enqueue and dp_tx_comp_handler to know that how this invalid tx_desc ID is generated by which reason of below two: 1. host tx desc is corrupted and fill in invalid id to TCL_DATA_CMD. 2. FW or HW generate invalid TX compl to host. Change-Id: Id2b070697199b19f83e5d9fd89eadcfe0423d617 CRs-Fixed: 2243455