1# Copyright (c) 2024 Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4description: |
5  This is a representation of the Wi-Fi transmit power ceilings
6  i.e., maximum transmit power allowed for 2.4GHz band. Based on the
7  RF performance of the device, the transmit power can be limited
8  for different data rates and sub-bands to get the best performance.
9  Resolution is 1 dBm
10
11properties:
12  wifi-max-tx-pwr-2g-dsss:
13    type: int
14    required: true
15    description: Maximum transmit power allowed in 2.4GHz band for DSSS/CCK rates
16  wifi-max-tx-pwr-2g-mcs0:
17    type: int
18    required: true
19    description: Maximum transmit power allowed in 2.4GHz band for MCS0
20  wifi-max-tx-pwr-2g-mcs7:
21    type: int
22    required: true
23    description: Maximum transmit power allowed in 2.4GHz band for MCS7
24