3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-11-22 06:29:23 +01:00

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

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;