mirror of
https://github.com/torvalds/linux.git
synced 2026-05-30 18:13:41 +02:00
wifi: iwlwifi: mld: make PHY config a debug message
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
This commit is contained in:
parent
7ca8176b8e
commit
8ddf4e19de
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user