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

From: Andrew Lunn
Date: Tue Jul 18 2023 - 10:17:09 EST


> The wbrf_supported_producer and wbrf_supported_consumer APIs seem
> unnecessary for the generic implementation.

I'm happy with these, once the description is corrected. As i said in
another comment, 'can' should be replaced with 'should'. The device
itself knows if it can, only the core knows if it should, based on the
policy of if actions need to be taken, and there are both providers
and consumers registered with the core.

Andrew