mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-12-22 04:32:37 +01: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:
parent
ebac58e452
commit
d87ba1f486
@ -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[];
|
||||
|
Loading…
Reference in New Issue
Block a user