| commit | 9aa4b377f776f9e73d6f6c789d814b5d7b8cf0e8 | [log] [tgz] |
|---|---|---|
| author | Jouni Malinen <jouni@codeaurora.org> | Wed Oct 30 12:08:15 2019 +0200 |
| committer | Jouni Malinen <jouni@codeaurora.org> | Wed Oct 30 12:08:15 2019 +0200 |
| tree | 808cff8fbc0dadccd7fdbcb611833d3d9aa4a5ff | |
| parent | dccfd0ce3855ebd25063ed7d95b8ea58a133ca97 [diff] |
ap_set_wireless: Fix nss_mcs_cap error case responses These were returning 0 (= STATUS_SENT) without actually sending the status. Fix these to write proper error status message and use enum sigma_cmd_result values. Signed-off-by: Jouni Malinen <jouni@codeaurora.org>