]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: iwlwifi: print FSEQ sha1 in addition to version
authorJohannes Berg <johannes.berg@intel.com>
Tue, 12 May 2026 05:23:00 +0000 (08:23 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Tue, 26 May 2026 12:17:10 +0000 (15:17 +0300)
The version isn't all that useful, however the sha1 will
identify the exact source. Print that as well.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Link: https://patch.msgid.link/20260512082114.7239e0b90611.I2a833b0354c5512189e74d3a296c55546444a360@changeid
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
drivers/net/wireless/intel/iwlwifi/iwl-drv.c

index d5ded4d3a30b7ce73cb3c68e484d27776ca4938c..83a63be90e46d5243e53d7bed7812bf2b85c1fc7 100644 (file)
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0 OR BSD-3-Clause
 /*
- * Copyright (C) 2005-2014, 2018-2025 Intel Corporation
+ * Copyright (C) 2005-2014, 2018-2026 Intel Corporation
  * Copyright (C) 2013-2015 Intel Mobile Communications GmbH
  * Copyright (C) 2016-2017 Intel Deutschland GmbH
  */
@@ -1294,8 +1294,9 @@ static int iwl_parse_tlv_firmware(struct iwl_drv *drv,
 
                        if (tlv_len != sizeof(*fseq_ver))
                                goto invalid_tlv_len;
-                       IWL_DEBUG_INFO(drv, "TLV_FW_FSEQ_VERSION: %.32s\n",
-                                      fseq_ver->version);
+                       IWL_DEBUG_INFO(drv,
+                                      "TLV_FW_FSEQ_VERSION: %.32s (sha1: %.20s)\n",
+                                      fseq_ver->version, fseq_ver->sha1);
                        }
                        break;
                case IWL_UCODE_TLV_FW_NUM_STATIONS: