Re: [PATCH rtw-next v2 1/1] wifi: rtw89: usb: Support switching to USB 3 mode

From: Johannes Berg

Date: Mon May 11 2026 - 13:51:18 EST


On Mon, 2026-05-11 at 09:08 -0700, Devin Wittmayer wrote:
>
> +static bool rtw89_switch_usb_mode = true;
> +module_param_named(switch_usb_mode, rtw89_switch_usb_mode, bool, 0644);
> +MODULE_PARM_DESC(switch_usb_mode,
> + "Set to N to disable switching to USB 3 mode to avoid potential interference in the 2.4 GHz band (default: Y)");

We shouldn't really add new module parameters.

johannes