mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-06 10:00:17 +00:00
wifi: mac80211_hwsim: correct MODULE_PARM_DESC of multi_radio
[ Upstream commit7c24c5bdf4] 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:
committed by
Greg Kroah-Hartman
parent
1989feaa27
commit
48c20cecc4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user