On 3/6/2025 11:29 PM, Johannes Berg wrote: > On Thu, 2025-03-06 at 07:27 -0800, Jeff Johnson wrote: >> >>> + NL80211_RRF_ALLOW_6GHZ_VLP_AP = 1 << 24, >>> + NL80211_RRF_ALLOW_20MHZ_ACTIVITY = 1 << 25, >> >> if you are modifying, why not use BIT() > > Can we even do that in uapi/ ? > > I see that there *are* users of BIT() there, but I don't actually see > that it's *defined* anywhere, and I don't think it's really macro that > the standard library *must* provide? fair enough