[PATCH v3 1/2] wifi: mwifiex: ignore ROM regulatory hint on WRT3200ACM/WRT32x

Johannes Berg johannes at sipsolutions.net
Fri Aug 7 11:39:44 PDT 2026


On Fri, 2026-08-07 at 21:21 +0300, Georgi Valkov wrote:
> 
> +				/* Allow platforms to ignore an incorrect
> +				 * regulatory hint from ROM, so userspace
> +				 * can set the correct regulatory domain.
> +				 */
>  				if (country_code &&
> +				    !of_property_read_bool(of_root,
> +							   "marvell,ignore-regulatory-hint") &&
>  				    regulatory_hint(wiphy, country_code))

You're supposed to always update bindings first, no?

johannes



More information about the linux-arm-kernel mailing list