]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
wifi: iwlwifi: mld: make PHY config a debug message
authorJohannes Berg <johannes.berg@intel.com>
Wed, 11 Jun 2025 19:26:33 +0000 (22:26 +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>
Reviewed-by: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com>
Link: https://patch.msgid.link/20250611222325.ee6254c03a33.I2cf4e1e2e604b42b6eb9737c0ef3b75fec69edea@changeid
drivers/net/wireless/intel/iwlwifi/mld/phy.c

index d5a32ee56b92fc8af4db4a341b196f5efe7dfb21..1d93fb9e4dbf3a695d397aca681077cfb962ff11 100644 (file)
@@ -181,7 +181,7 @@ int iwl_mld_send_phy_cfg_cmd(struct iwl_mld *mld)
                .phy_specific_cfg = mld->fwrt.phy_filters,
        };
 
-       IWL_INFO(mld, "Sending Phy CFG command: 0x%x\n", cmd.phy_cfg);
+       IWL_DEBUG_INFO(mld, "Sending Phy CFG command: 0x%x\n", cmd.phy_cfg);
 
        return iwl_mld_send_cmd_pdu(mld, PHY_CONFIGURATION_CMD, &cmd);
 }