commit | d460f1fb83a44833a09c8eaa34b30ce553cab8c5 | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Sat Sep 02 11:25:40 2017 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Sep 08 11:50:30 2017 +0300 |
tree | 982551721cd25cf29c6ff32406ba348273a03357 | |
parent | 3f497de997c7ed34ad8a90b64f1ca53a41d428b4 [diff] |
iwlwifi: mvm: set status before calling iwl_mvm_send_cmd_status() We always must set the status to what we consider success before calling iwl_mvm_send_cmd_status() (also iwl_mvm_send_cmd_pdu_status() which calls it). Fix a few places where initialization is missing. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>