On Tue, 2024-03-19 at 16:12 +0100, Lorenzo Bianconi wrote: > > + pwr = max3(pwr80, pwr40, pwr20); > + mphy->txpower_cur = max3(mphy->txpower_cur, pwr160, pwr); > Oh nice, I didn't know about max3, I had a different patch at some point to just chain the max() with extra variables :) johannes