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;