On Fri, 2019-12-13 at 15:03 -0800, greearb@xxxxxxxxxxxxxxx wrote: > > So, instead initialize the txpower to -1 in mac80211, and let drivers know that > means the power has not been set and so should be ignored. Technically (or maybe just physically?), even -1 is a sort of valid TX power. I know all of this is pretty messed up, but wouldn't it make more sense to go with some kind of tx_power_valid bit, or perhaps something that certainly will never make sense like MIN_INT instead of -1? johannes