Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nl80211: add support for multi-attribute arrays #208

Merged
merged 2 commits into from
Jul 7, 2024
Merged

Conversation

nbd168
Copy link
Contributor

@nbd168 nbd168 commented Jun 29, 2024

For newly added attributes, the kernel prefers to no longer add a nesting
container attribute. Instead, an attribute with the element type is simply
added multiple times within the outer container.
Add support for this array style, which will be used in the pending wiphy
multi radio support.

lib/nl80211.c Outdated Show resolved Hide resolved
lib/nl80211.c Outdated Show resolved Hide resolved
lib/nl80211.c Outdated Show resolved Hide resolved
lib/nl80211.c Outdated Show resolved Hide resolved
nbd168 added 2 commits July 7, 2024 14:40
Only one place needs access to another attribute from the tb array
(HE MCS rates). In order to make that access possible, add a flag to indicate
a second attribute dependency via auxdata.

Signed-off-by: Felix Fietkau <[email protected]>
For newly added attributes, the kernel prefers to no longer add a nesting
container attribute. Instead, an attribute with the element type is simply
added multiple times within the outer container.
Add support for this array style, which will be used in the pending wiphy
multi radio support.

Signed-off-by: Felix Fietkau <[email protected]>
@jow- jow- merged commit 5c525ff into jow-:master Jul 7, 2024
6 checks passed
@jow-
Copy link
Owner

jow- commented Jul 7, 2024

Merged, thanks!

@nbd168 nbd168 deleted the nl80211 branch July 9, 2024 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants