Skip to content

Commit eeb4123

Browse files
D-Trivenirlubos
authored andcommitted
samples: wifi: softap: Resolve RX count mismatch
Fix inconsistency in packet and buffer RX counts. Signed-off-by: Triveni Danda <[email protected]>
1 parent 3a64e07 commit eeb4123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/wifi/softap/prj.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ CONFIG_NET_PKT_TX_COUNT=8
2929

3030
# Below section is the primary contributor to SRAM and is currently
3131
# tuned for performance, but this will be revisited in the future.
32-
CONFIG_NET_BUF_RX_COUNT=16
32+
CONFIG_NET_BUF_RX_COUNT=8
3333
CONFIG_NET_BUF_TX_COUNT=16
3434
CONFIG_HEAP_MEM_POOL_SIZE=183600
3535
CONFIG_NET_TC_TX_COUNT=1

0 commit comments

Comments
 (0)