commit | 0d53cfd0cca3c729a089c39eef0e7d8ae7662974 | [log] [tgz] |
---|---|---|
author | Emmanuel Grumbach <emmanuel.grumbach@intel.com> | Wed May 22 12:17:09 2019 +0300 |
committer | Luca Coelho <luciano.coelho@intel.com> | Sat Jun 29 10:14:40 2019 +0300 |
tree | cd7864c06b6b181a52ebb0aa450681086855034b | |
parent | 3b57a10ca14c619707398dc58fe5ece18c95b20b [diff] |
iwlwifi: don't WARN when calling iwl_get_shared_mem_conf with RF-Kill iwl_mvm_send_cmd returns 0 when the command won't be sent because RF-Kill is asserted. Do the same when we call iwl_get_shared_mem_conf since it is not sent through iwl_mvm_send_cmd but directly calls the transport layer. Cc: stable@vger.kernel.org Signed-off-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>