On Mon, 2023-03-27 at 16:19 +0200, Johannes Berg wrote: > > SKB_DROP_REASON_MAC80211_DUP (SKB_DROP_REASON_MAC80211_TYPE_UNUSABLE | 1) > SKB_DROP_REASON_MAC80211_BAD_BIP_KEYIDX (SKB_DROP_REASON_MAC80211_TYPE_MONITOR | 1) > Ah, this would lose the ability to immediately see monitor/unusable, so we'd have to make the names even longer :( Maybe some creative macro such as DROP_UNUSABLE(DUP) DROP_MONITOR(BAD_BIP_KEYIDX) could be done, but that hurts ctags/elixir and the likes ... johannes