diff mbox series

[03/10] band: add ampdu_params value

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

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-ci-gitlint success GitLint

Commit Message

James Prestwood Dec. 20, 2022, 9:43 p.m. UTC
This is the last bit of information the kernel exposes about the
hardware's HT capabilities.
---
 src/band.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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[];