ynl: netdev: drop unnecessary enum-as-flags
authorJakub Kicinski <kuba@kernel.org>
Tue, 3 Oct 2023 15:34:14 +0000 (08:34 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Oct 2023 00:33:54 +0000 (17:33 -0700)
commit0629f22ec130940c9c8a15fa9a4994996816d474
tree5f5ff0c65cd0534d6f9a3006fa0fe7e3a358912d
parentd86e5fbd4c965fdda72f99ccd54a1031ea4df51d
ynl: netdev: drop unnecessary enum-as-flags

enum-as-flags can be used when enum declares bit positions but
we want to carry bitmask in an attribute. If the definition
is already provided as flags there's no need to indicate
the flag-iness of the attribute.

Acked-by: Stanislav Fomichev <sdf@google.com>
Link: https://lore.kernel.org/r/20231003153416.2479808-2-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Documentation/netlink/specs/netdev.yaml