]> granicus.if.org Git - esp-idf/commitdiff
esp32: update wifi lib for some fixes and optimizations
authorLiu Zhi Fu <liuzhifu@espressif.com>
Fri, 10 Feb 2017 02:28:03 +0000 (10:28 +0800)
committerLiu Zhi Fu <liuzhifu@espressif.com>
Fri, 10 Feb 2017 02:28:03 +0000 (10:28 +0800)
1. Reduce the default static rx buffer size from 25 to 10
2. Adjust ampdu interrupt size to 3, namely, raise 1 interrupt per 3-mpdu
3. Make a copy for all received packets, including AMSDU/AMPDU/MPDU
4. Fix softap mis-forward issue
5. Fix pp q full issue
6. Fix sniffer copy wrong content issue

components/esp32/Kconfig
components/esp32/lib

index c6e4cc7e22d1a38d808e010f89abc8eeaedcbc4e..db9bb2539fd71e27060e1c77fc6023fde09ccea2 100644 (file)
@@ -495,7 +495,7 @@ config ESP32_WIFI_RX_BUFFER_NUM
     int "Max number of WiFi RX buffers"
     depends on WIFI_ENABLED
     range 2 25
-    default 25
+    default 10
     help
         Set the number of WiFi rx buffers. Each buffer takes approximately 1.6KB of RAM.
         Larger number for higher throughput but more memory. Smaller number for lower
index d0b97976010528cbb469d5bb12f2c20449ca6c5b..1627461bf2fc2ec8a090b30cddae2118d542c454 160000 (submodule)
@@ -1 +1 @@
-Subproject commit d0b97976010528cbb469d5bb12f2c20449ca6c5b
+Subproject commit 1627461bf2fc2ec8a090b30cddae2118d542c454