On 2019-05-20 05:00, Arend van Spriel wrote:
[...snip...] enum nl80211_band { NL80211_BAND_2GHZ, NL80211_BAND_5GHZ, + NL80211_BAND_6GHZ, NL80211_BAND_60GHZ, NUM_NL80211_BANDS,
Is it not a concern that this changes the value of NL80211_BAND_60GHZ and hence will break any ABI which expects the current value?