Re: [PATCH V5 1/9] drivers core: Add support for Wifi band RF mitigations

From: Andrew Lunn
Date: Tue Jul 04 2023 - 09:08:12 EST


> > What is the purpose of this stage? Why would it not be supported for this
> > device?
> This is needed for wbrf support via ACPI mechanism. If BIOS(AML code) does not support the wbrf adding/removing for some device,
> it should speak that out so that the device can be aware of that.

How much overhead is this adding? How deep do you need to go to find
the BIOS does not support it? And how often is this called?

Where do we want to add complexity? In the generic API? Or maybe a
little deeper in the ACPI specific code?

Andrew