commit | 74f202aaae0a952e0f14b87821f42d75d09b8a78 | [log] [tgz] |
---|---|---|
author | Swati Kushwaha <swatiuma@marvell.com> | Fri Jun 21 19:44:44 2019 +0530 |
committer | Kalle Valo <kvalo@codeaurora.org> | Tue Jun 25 07:52:45 2019 +0300 |
tree | b629e4de45d4e87c929bc49daa186e45e69775a8 | |
parent | 7afb94da3cd8a28ed7ae268143117bf1ac8a3371 [diff] |
mwifiex: ignore processing invalid command response Firmware can send invalid command response, the processing of which can attempt to modify unexpected context and cause issues. To fix this, driver should check that the command response ID is same as the one it downloaded, and ignore processing of invalid response. Signed-off-by: Swati Kushwaha <swatiuma@marvell.com> Signed-off-by: Ganapathi Bhat <gbhat@marvell.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>