mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-22 06:29:23 +01:00
band: add band_freq
HE has different rules depending on the frequency, so the band structure also needs to track the frequency for any rate information to have context.
This commit is contained in:
parent
d8fe443363
commit
62bdd1bea5
@ -50,6 +50,7 @@ struct band_chandef {
|
||||
};
|
||||
|
||||
struct band {
|
||||
enum band_freq freq;
|
||||
uint8_t vht_mcs_set[8];
|
||||
uint8_t vht_capabilities[4];
|
||||
bool vht_supported : 1;
|
||||
|
Loading…
Reference in New Issue
Block a user