From 76a94b4cc8b6198b9cdebad85dd3722d66b5af7d Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Fri, 30 Dec 2022 14:12:14 -0800 Subject: [PATCH] band: add tx_power to frequency info attributes --- src/band.h | 1 + 1 file changed, 1 insertion(+) 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;