On Mon, 2024-08-05 at 21:23 +0200, Felix Fietkau wrote: > This allows monitoring on one or more radios while minimizing performance > impact on the others. But why are you doing it this way? You could already solve this entirely with the driver by setting WANT_MONITOR_VIF and dealing with that, I'd think? At least after this series. I generally don't like hw->conf, it just hasn't really matched reality for years with all kinds of new concurrency capabilities. At the very least you'd have to write more text here to convince me that we want to add something to it ... :) johannes