3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-06 03:18:46 +02:00

band: add ampdu_params value

This is the last bit of information the kernel exposes about the
hardware's HT capabilities.
This commit is contained in:
James Prestwood 2022-12-20 13:43:11 -08:00 committed by Denis Kenzior
parent ebac58e452
commit d87ba1f486

View File

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