diff options
author | Emmanuel Grumbach <[email protected]> | 2014-01-23 11:55:16 +0200 |
---|---|---|
committer | Emmanuel Grumbach <[email protected]> | 2014-01-30 19:29:00 +0200 |
commit | b900a87b2eb90c0b9586496c82a323a1b8832d73 (patch) | |
tree | 5b33b19fdd51462be64d0737aa19a791a0ac51fb | |
parent | 0822afe8ebb9389997ef677447c7b08e08797de9 (diff) |
iwlwifi: mvm: print the version of the firmware when it asserts
This can be useful to be able to spot the firmware version
from the error reports without needing to fetch it from
another place.
Cc: <[email protected]> [3.10+]
Signed-off-by: Emmanuel Grumbach <[email protected]>
Reviewed-by: Johannes Berg <[email protected]>
Signed-off-by: Emmanuel Grumbach <[email protected]>
-rw-r--r-- | drivers/net/wireless/iwlwifi/mvm/utils.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/iwlwifi/mvm/utils.c b/drivers/net/wireless/iwlwifi/mvm/utils.c index a4a5e25623c3..86989df69356 100644 --- a/drivers/net/wireless/iwlwifi/mvm/utils.c +++ b/drivers/net/wireless/iwlwifi/mvm/utils.c @@ -411,6 +411,8 @@ void iwl_mvm_dump_nic_error_log(struct iwl_mvm *mvm) mvm->status, table.valid); } + IWL_ERR(mvm, "Loaded firmware version: %s\n", mvm->fw->fw_version); + trace_iwlwifi_dev_ucode_error(trans->dev, table.error_id, table.tsf_low, table.data1, table.data2, table.data3, table.blink1, table.blink2, table.ilink1, |