On Wed, 2024-09-04 at 16:59 +0530, Karthikeyan Periyasamy wrote: > Currently, wiphy_verify_combinations() fails for the multi-radio per wiphy > due to the condition check on global interface combination that DFS only > works on one channel. As it should, really. > In a multi-radio scenario, global interface > combination encompasses the capabilities of all radio combinations, so it > supports more than one channel with DFS. No, that's not correct, it doesn't. > For multi-radio per wiphy, > interface combination verification needs to be performed for radio specific > interface combinations. Agree, but it shouldn't make an exception for DFS. > This is necessary as the global interface > combination combines the capabilities of all radio combinations. No, it doesn't. johannes