Message ID | 20221220214318.2041986-3-prestwoj@gmail.com (mailing list archive) |
---|---|
State | Accepted, archived |
Headers | show |
Series | [01/10] ap: make supported rates a common builder. | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
prestwoj/iwd-ci-gitlint | success | GitLint |
diff --git a/src/band.h b/src/band.h index e196a416..a4652fd8 100644 --- a/src/band.h +++ b/src/band.h @@ -77,6 +77,7 @@ struct band { bool vht_supported : 1; uint8_t ht_mcs_set[16]; uint8_t ht_capabilities[2]; + uint8_t ht_ampdu_params; bool ht_supported : 1; uint16_t supported_rates_len; uint8_t supported_rates[];