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:
James Prestwood 2022-07-19 11:55:35 -07:00 committed by Denis Kenzior
parent d8fe443363
commit 62bdd1bea5
1 changed files with 1 additions and 0 deletions

View File

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