]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: iwlwifi: make FSEQ version a debug message
authorJohannes Berg <johannes.berg@intel.com>
Thu, 12 Jun 2025 11:48:47 +0000 (14:48 +0300)
committerMiri Korenblit <miriam.rachel.korenblit@intel.com>
Wed, 25 Jun 2025 07:57:33 +0000 (10:57 +0300)
This means nothing to a normal user and really has no value
for most people, print it as a debug message instead.

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

index 9504a0cb8b13d426e7181fb1466b59e27bed3d0e..6492bc7d16803f5129c90ac577438ba914996668 100644 (file)
@@ -1276,8 +1276,8 @@ static int iwl_parse_tlv_firmware(struct iwl_drv *drv,
 
                        if (tlv_len != sizeof(*fseq_ver))
                                goto invalid_tlv_len;
-                       IWL_INFO(drv, "TLV_FW_FSEQ_VERSION: %.32s\n",
-                                fseq_ver->version);
+                       IWL_DEBUG_INFO(drv, "TLV_FW_FSEQ_VERSION: %.32s\n",
+                                      fseq_ver->version);
                        }
                        break;
                case IWL_UCODE_TLV_FW_NUM_STATIONS: