|
153 | 153 | #define CSP_XO_VAL 0x2A |
154 | 154 |
|
155 | 155 | /** Max TX power allowed for DSSS and OFDM in 2.4GHz band */ |
156 | | -#define CSP_MAX_TX_PWR_DSSS 0x58 |
157 | | -#define CSP_MAX_TX_PWR_LB_MCS7 0x48 |
158 | | -#define CSP_MAX_TX_PWR_LB_MCS0 0x50 |
| 156 | +#define CSP_MAX_TX_PWR_DSSS 0x48 |
| 157 | +#define CSP_MAX_TX_PWR_LB_MCS7 0x44 |
| 158 | +#define CSP_MAX_TX_PWR_LB_MCS0 0x44 |
159 | 159 |
|
160 | 160 | /** Max TX power allowed for MCS7 for channels in the range, |
161 | 161 | * 36 to 64, 96 to 132 and 136 to 177 |
162 | 162 | */ |
163 | | -#define CSP_MAX_TX_PWR_HB_LOW_CHAN_MCS7 0x40 |
164 | | -#define CSP_MAX_TX_PWR_HB_MID_CHAN_MCS7 0x40 |
165 | | -#define CSP_MAX_TX_PWR_HB_HIGH_CHAN_MCS7 0x40 |
| 163 | +#define CSP_MAX_TX_PWR_HB_LOW_CHAN_MCS7 0x3C |
| 164 | +#define CSP_MAX_TX_PWR_HB_MID_CHAN_MCS7 0x3C |
| 165 | +#define CSP_MAX_TX_PWR_HB_HIGH_CHAN_MCS7 0x3C |
166 | 166 |
|
167 | 167 | /** Max TX power allowed for MCS0 for channels in the range, |
168 | 168 | * 36 to 64, 96 to 132 and 136 to 177 |
169 | 169 | */ |
170 | | -#define CSP_MAX_TX_PWR_HB_LOW_CHAN_MCS0 0x50 |
171 | | -#define CSP_MAX_TX_PWR_HB_MID_CHAN_MCS0 0x50 |
172 | | -#define CSP_MAX_TX_PWR_HB_HIGH_CHAN_MCS0 0x50 |
| 170 | +#define CSP_MAX_TX_PWR_HB_LOW_CHAN_MCS0 0x3C |
| 171 | +#define CSP_MAX_TX_PWR_HB_MID_CHAN_MCS0 0x3C |
| 172 | +#define CSP_MAX_TX_PWR_HB_HIGH_CHAN_MCS0 0x3C |
173 | 173 |
|
174 | 174 | /** Max chip temperature at which the TX power backoff to be applied. */ |
175 | 175 | #define CSP_MAX_CHIP_TEMP 0x43 |
|
189 | 189 | /** TX power backoff values to be applied in 2.4GHz and 5GHz band when |
190 | 190 | * the voltage is less than NRF_WIFI_VBAT_VERYLOW |
191 | 191 | */ |
192 | | -#define CSP_LB_VBT_LT_VLOW 0xF8 |
193 | | -#define CSP_HB_VBT_LT_VLOW 0xE8 |
| 192 | +#define CSP_LB_VBT_LT_VLOW 0xFC |
| 193 | +#define CSP_HB_VBT_LT_VLOW 0xEC |
194 | 194 |
|
195 | 195 | /** TX power backoff values to be applied in 2.4GHz and 5GHz band when |
196 | 196 | * the voltage is less than NRF_WIFI_VBAT_LOW |
197 | 197 | */ |
198 | | -#define CSP_LB_VBT_LT_LOW 0xFC |
199 | | -#define CSP_HB_VBT_LT_LOW 0xF4 |
| 198 | +#define CSP_LB_VBT_LT_LOW 0x00 |
| 199 | +#define CSP_HB_VBT_LT_LOW 0xF8 |
200 | 200 |
|
201 | 201 |
|
202 | 202 | /** XO adjustment value */ |
|
0 commit comments