Re: [PATCH net-next 06/11] tools: ynl-gen: don't validate nested array attribute types
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2025-09-08 07:55:42
Also in:
lkml
From: Johannes Berg <johannes@sipsolutions.net>
Date: 2025-09-08 07:55:42
Also in:
lkml
On Sat, 2025-09-06 at 15:10 +0000, Asbjørn Sloth Tønnesen wrote:
For the other families, I don't know how well defined it is, Johannes have stated that nl80211 doesn't care which types are used, but I have no idea how consistent clients have abused that statement to send random data, or do they all just send zeros?
I think most clients probably send incrementing numbers (1, 2, 3, ...), but maybe some start at 0, some sometimes might use band numbers and thus have sparse values, etc. But as I just wrote, I'm not really sure it should be used at all. joahnnes