On Sun, 2024-06-30 at 09:50 +0200, Felix Fietkau wrote: > > + int n_radio; > + const struct wiphy_radio *radio __counted_by(n_radio); As you also found out, I realized this cannot work ... Sorry for misleading you on this. > + * @NL80211_WIPHY_RADIO_FREQ_ATTR_START: Frequency range start > + * @NL80211_WIPHY_RADIO_FREQ_ATTR_END: Frequency range end This should also document their type (u32) and unit (kHz), please. johannes