Skip to content

Commit a982c87

Browse files
committed
drivers: wifi: siwx91x: To improve SiWx91x performance
To enhance throughput performance on the SiWx91x series, Added some Siwx91x configurations by deafult. Signed-off-by: Rahul Gurram <[email protected]>
1 parent 3e537db commit a982c87

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

dts/arm/silabs/siwg917.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
* Less memory is allocated to Zephyr, more memory is allocated
6565
* to NWP, better are the WiFi and BLE performances.
6666
*/
67-
reg = <0x00000400 DT_SIZE_K(255)>;
67+
reg = <0x00000400 DT_SIZE_K(319)>;
6868
};
6969

7070
sram_dma1: memory-dma@24061c00 {

soc/silabs/silabs_siwx91x/siwg917/siwx91x_nwp.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,11 @@ static int siwx91x_get_nwp_config(const struct device *dev,
330330
SL_SI91X_EXT_FEAT_FRONT_END_SWITCH_PINS_ULP_GPIO_4_5_0 |
331331
SL_SI91X_EXT_FEAT_FRONT_END_INTERNAL_SWITCH |
332332
SL_SI91X_EXT_FEAT_XTAL_CLK,
333+
},
334+
.ta_pool = {
335+
.tx_ratio_in_buffer_pool = 1,
336+
.rx_ratio_in_buffer_pool = 1,
337+
.global_ratio_in_buffer_pool = 1
333338
}
334339
};
335340

0 commit comments

Comments
 (0)