From b53b8357544b777903d78dd3643d28d3fff9e42c Mon Sep 17 00:00:00 2001 From: jgujarathi Date: Mon, 21 Aug 2023 16:43:14 +0530 Subject: [PATCH] fix(esp_wifi) : Fix issues with action_frame tx and scan 1. Moves the location of null data frame TX to before channel switch during offchannel action frame TX req. 2. Reverts Send wake up and sleep null between scanning. --- components/esp_wifi/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 5f525915a2..dd70ee5d91 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 5f525915a2e9800ddfddeb07b1f71e62a56a0c0d +Subproject commit dd70ee5d915030f8551d3c86e310ca799de839c1