On Thu, 2024-10-10 at 13:40 -0700, greearb@xxxxxxxxxxxxxxx wrote: > From: Ben Greear <greearb@xxxxxxxxxxxxxxx> > > If changed is '0', then the ieee80211_hw_config takes no > action, so just remove the call in > __ieee809211_recalc_txpower() Hmm. I think it may have done something in the past, so perhaps this is a bug that needs to be fixed instead? - if (!local->use_chanctx) - changed |= ieee80211_hw_conf_chan(local); in "wifi: mac80211: simplify non-chanctx drivers". But maybe that's exactly the previous patch? Would be nice though to have that in the commit message, or if it's related maybe even squash them? johannes