On Mon, 2023-11-13 at 11:35 +0200, gregory.greenman@xxxxxxxxx wrote: > > +static const struct ieee80211_regdomain hwsim_world_regdom_custom_04 = { > + .n_reg_rules = 6, > + .alpha2 = "99", > + .reg_rules = { > + REG_RULE(2412 - 10, 2462 + 10, 40, 0, 20, 0), > + REG_RULE(2484 - 10, 2484 + 10, 40, 0, 20, 0), > + REG_RULE(5150 - 10, 5240 + 10, 80, 0, 30, 0), Didn't you say that could be 160? But that'd need merging with the next range or auto-bw. > + /* TODO: Add param */ > + wiphy_ext_feature_set(hw->wiphy, > + NL80211_EXT_FEATURE_DFS_CONCURRENT); Hm, yes? :) johannes