From b576bf25a7b442a164f1875b7821d707437e5b02 Mon Sep 17 00:00:00 2001 From: XiaXiaotian Date: Mon, 5 Feb 2018 12:16:59 +0800 Subject: [PATCH] refactor softap power save 1. Softap support multicast and broadcast saving and flushing when the associated stations enable IEEE80211 legacy power save(which is called modem sleep in ESP32). 2. Improve the frame saving and flushing mechanism of softap power save. --- components/esp_wifi/lib_esp32 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib_esp32 b/components/esp_wifi/lib_esp32 index 170618121..94cd2cab3 160000 --- a/components/esp_wifi/lib_esp32 +++ b/components/esp_wifi/lib_esp32 @@ -1 +1 @@ -Subproject commit 1706181213b36b11e290fc4d7337b11d7a1d8f1e +Subproject commit 94cd2cab32887cd3859f3916d96f3bae07b3e352