On Tue, 2024-12-03 at 13:06 +0000, Donald Hunter wrote: > Add a rudimentary YNL spec for nl80211 that covers get-wiphy and > get-interface. OK, that says what it's doing, but why? Also, I don't know how we will maintain this if it's not tied to any kernel code. What do you suggest? Do you want to just maintain it following the nl80211.h spec all the time? > +operations: > + enum-model: directional > + list: > + - > + name: get-wiphy > + doc: Get information about a wiphy or dump a list of all wiphys > + attribute-set: nl80211-attrs > + do: > + request: > + value: 1 > + attributes: > + - wiphy > + reply: > + value: 3 > + dump: > + request: > + attributes: > + - wiphy > This already seems wrong - dump wiphy really should unconditionally include NL80211_ATTR_SPLIT_WIPHY_DUMP these days. johannes