acassis commented on code in PR #15853:
URL: https://github.com/apache/nuttx/pull/15853#discussion_r1958685591


##########
arch/xtensa/src/common/espressif/Kconfig:
##########
@@ -720,6 +724,13 @@ config ESPRESSIF_WIFI_LISTEN_INTERVAL
                For example, if beacon interval is 100 ms and listen interval 
is 3, the interval for station to listen
                to beacon is 300 ms.
 
+config ESPRESSIF_WIFI_WLAN_BUFFER_OPTIMIZATION
+       bool "Enable optimization of WLAN driver buffer"
+       default n
+       depends on ARCH_CHIP_ESP32
+       ---help---
+               Enable optimization of WLAN memory

Review Comment:
   Please give some hints about that are these optimization. Why are they 
important? And why did they are enable by default?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to