diff mbox series

[2/4] band: add tx_power to frequency info attributes

Message ID 20221230221216.2985011-2-prestwoj@gmail.com (mailing list archive)
State Accepted, archived
Headers show
Series [1/4] wiphy: add wiphy_get_frequency_info_list | expand

Checks

Context Check Description
tedd_an/pre-ci_am success Success
prestwoj/iwd-ci-gitlint success GitLint

Commit Message

James Prestwood Dec. 30, 2022, 10:12 p.m. UTC
---
 src/band.h | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/src/band.h b/src/band.h
index 676c63d9..b94c07d3 100644
--- a/src/band.h
+++ b/src/band.h
@@ -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;