Skip to content

Commit c286166

Browse files
kspraveeenanangl
authored andcommitted
nrf_wifi: Update RF parameters strings with CSP values
[SHEL-2438] : TX power ceiling values and Back off values are updated according to the values given. Signed-off-by: Praveen Kankipati <[email protected]>
1 parent 5be5dfa commit c286166

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

nrf_wifi/hw_if/hal/inc/fw/phy_rf_params.h

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -153,23 +153,23 @@
153153
#define CSP_XO_VAL 0x2A
154154

155155
/** 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
159159

160160
/** Max TX power allowed for MCS7 for channels in the range,
161161
* 36 to 64, 96 to 132 and 136 to 177
162162
*/
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
166166

167167
/** Max TX power allowed for MCS0 for channels in the range,
168168
* 36 to 64, 96 to 132 and 136 to 177
169169
*/
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
173173

174174
/** Max chip temperature at which the TX power backoff to be applied. */
175175
#define CSP_MAX_CHIP_TEMP 0x43
@@ -189,14 +189,14 @@
189189
/** TX power backoff values to be applied in 2.4GHz and 5GHz band when
190190
* the voltage is less than NRF_WIFI_VBAT_VERYLOW
191191
*/
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
194194

195195
/** TX power backoff values to be applied in 2.4GHz and 5GHz band when
196196
* the voltage is less than NRF_WIFI_VBAT_LOW
197197
*/
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
200200

201201

202202
/** XO adjustment value */

0 commit comments

Comments
 (0)