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
1 changed files with 1 additions and 0 deletions

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