This is a note to let you know that I've just added the patch titled wifi: mac80211_hwsim: correct MODULE_PARM_DESC of multi_radio to the 6.11-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: wifi-mac80211_hwsim-correct-module_parm_desc-of-mult.patch and it can be found in the queue-6.11 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit cec92fc06d3b244f436adcd9467a7cee6383121a Author: Zong-Zhe Yang <kevin_yang@xxxxxxxxxxx> Date: Fri Jul 12 15:49:38 2024 +0800 wifi: mac80211_hwsim: correct MODULE_PARM_DESC of multi_radio [ Upstream commit 7c24c5bdf489c8f3a9c701a950126da871ebdaca ] Correct the name field in multi_radio's MODULE_PARM_DESC. Fixes: d2601e34a102 ("wifi: mac80211_hwsim: add support for multi-radio wiphy") Signed-off-by: Zong-Zhe Yang <kevin_yang@xxxxxxxxxxx> Acked-by: Felix Fietkau <nbd@xxxxxxxx> Link: https://patch.msgid.link/20240712074938.26437-1-kevin_yang@xxxxxxxxxxx Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/drivers/net/wireless/virtual/mac80211_hwsim.c b/drivers/net/wireless/virtual/mac80211_hwsim.c index d86e6ff4523db..5fe9e4e261429 100644 --- a/drivers/net/wireless/virtual/mac80211_hwsim.c +++ b/drivers/net/wireless/virtual/mac80211_hwsim.c @@ -71,7 +71,7 @@ MODULE_PARM_DESC(mlo, "Support MLO"); static bool multi_radio; 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