commit | 833fd34d743c728afe6d127ef7bee67e7d9199a8 | [log] [tgz] |
---|---|---|
author | Ben Greear <greearb@candelatech.com> | Thu Sep 06 19:46:20 2018 +0300 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Oct 01 16:30:04 2018 +0300 |
tree | ee2879f5b51c0dc1d649bf457fa65a11b4fcdfb0 | |
parent | 37f62c0d5822f631b786b29a1b1069ab714d1a28 [diff] |
ath10k: fix vdev-start timeout on error The vdev-start-response message should cause the completion to fire, even in the error case. Otherwise, the user still gets no useful information and everything is blocked until the timeout period. Add some warning text to print out the invalid status code to aid debugging, and propagate failure code. Signed-off-by: Ben Greear <greearb@candelatech.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>