mirror of
https://github.com/torvalds/linux.git
synced 2026-05-29 17:43:52 +02:00
wifi: mac80211_hwsim: correct MODULE_PARM_DESC of multi_radio
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>
This commit is contained in:
parent
67a72043aa
commit
7c24c5bdf4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user