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:
parent
1a20e37100
commit
76a94b4cc8
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user