wifi: mac80211_hwsim: correct MODULE_PARM_DESC of multi_radio

[ Upstream commit 7c24c5bdf4 ]

Correct the name field in multi_radio's MODULE_PARM_DESC.

Fixes: d2601e34a1 ("wifi: mac80211_hwsim: add support for multi-radio wiphy")
Signed-off-by: Zong-Zhe Yang <kevin_yang@realtek.com>
Acked-by: Felix Fietkau <nbd@nbd.name>
Link: https://patch.msgid.link/20240712074938.26437-1-kevin_yang@realtek.com
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Zong-Zhe Yang
2024-07-12 15:49:38 +08:00
committed by Greg Kroah-Hartman
parent 1989feaa27
commit 48c20cecc4

View File

@@ -71,7 +71,7 @@ MODULE_PARM_DESC(mlo, "Support MLO");
static bool multi_radio; static bool multi_radio;
module_param(multi_radio, bool, 0444); module_param(multi_radio, bool, 0444);
MODULE_PARM_DESC(mlo, "Support Multiple Radios per wiphy"); MODULE_PARM_DESC(multi_radio, "Support Multiple Radios per wiphy");
/** /**
* enum hwsim_regtest - the type of regulatory tests we offer * enum hwsim_regtest - the type of regulatory tests we offer