From 447eb894c05157aa77fd8e77271477103dc7d5d3 Mon Sep 17 00:00:00 2001 From: "kapil.gupta" Date: Thu, 29 Oct 2020 14:30:10 +0530 Subject: [PATCH] esp_wifi: Always register pmf tx/rx routines Fixes the issue when PMF packets are not sent after mode change. --- 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 4bd967c1dc..b033e23a2d 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 4bd967c1dc46ab98028e71c406031759ac66a7b9 +Subproject commit b033e23a2d4b5ae9b8d9b1f303d6fdb4e25d8a65