>On 16/11/2022 17:38, Kalle Valo wrote: >> +#define ETSI_WEATHER_RADAR_BAND_LOW 5590 >> +#define ETSI_WEATHER_RADAR_BAND_HIGH 5650 >> +#define ETSI_WEATHER_RADAR_BAND_CAC_TIMEOUT 600000 > >OT, but maybe cfg80211 should be taught these rules ? it is apparently >unaware of the harsh ETSI rules in 5600-5650 MHz and this affects all drivers. ATH12K is a Self Managed Regulatory driver. It relies on the info provided by the firmware to build the reg rules and pass to cfg80211. Hence it needs to populate appropriate reg rules corresponding weather radar band where these macros are made us of. Thanks, Sriram.R