Re: [PATCH wireless-next v2 05/31] wifi: mm81x: add core.c

From: Lachlan Hodges

Date: Fri May 01 2026 - 01:45:28 EST


> +char board_config_file[BCF_SIZE_MAX] = "";
> +module_param_string(bcf, board_config_file, BCF_SIZE_MAX, 0644);
> +MODULE_PARM_DESC(bcf, "BCF filename to load");

Just reviewing the bot results, I see it is not happy about the
mod param, especially since it doesn't really work for multiple
radios so it's not actually a valid approach anyway. After some
discussion we will remove it for now and in the future once we
are in tree add a sysfs entry or something similar.

lachlan