Commit dad0b94
samples: wifi: shell: Reduce RX buffer to make room
For WPA supplicant to work properly it needs enough libc malloc, but
with recent changes might run out of memory, so, decrease RX buffers to
make room, as in our profiling we have seen 30 RX packets are enough,
this shouldn't impact the performance.
Fixes SHEL-1553 and SHEL-1512.
Signed-off-by: Krishna T <[email protected]>1 parent 65ca878 commit dad0b94
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments