band: add tx_power to frequency info attributes

This commit is contained in:
James Prestwood 2022-12-30 14:12:14 -08:00 committed by Denis Kenzior
parent 1a20e37100
commit 76a94b4cc8
1 changed files with 1 additions and 0 deletions

View File

@ -56,6 +56,7 @@ struct band_he_capabilities {
};
struct band_freq_attrs {
uint8_t tx_power;
bool supported : 1;
bool disabled : 1;
bool no_ir : 1;