mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-16 15:20:42 +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 {
|
struct band_freq_attrs {
|
||||||
|
uint8_t tx_power;
|
||||||
bool supported : 1;
|
bool supported : 1;
|
||||||
bool disabled : 1;
|
bool disabled : 1;
|
||||||
bool no_ir : 1;
|
bool no_ir : 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user