On Thu, 2023-11-23 at 23:14 +0100, Johannes Berg wrote: > From: Johannes Berg <johannes.berg@xxxxxxxxx> > > There are still surprisingly many non-chanctx drivers, but in > mac80211 that code is a bit awkward. Simplify this by having > those drivers assign 'emulated' ops, so that the mac80211 code > can be more unified between non-chanctx/chanctx drivers. This > cuts the number of places caring about it by about 15, which > are scattered across - now they're fewer and no longer in the > channel context handling. > > Signed-off-by: Johannes Berg <johannes.berg@xxxxxxxxx> > --- > v2: > - handle drivers that NULL out their chanctx ops (thanks PK!) > v3: > - force reconfig in scan, at least hwsim depends on that to > collect survey data > Sorry, I never posted a v2 before, so both of those changes should've been under v2. johannes