From a22d0df155952749da57f1e98e32454c56873a67 Mon Sep 17 00:00:00 2001 From: xuxiao Date: Tue, 23 Apr 2024 19:08:22 +0800 Subject: [PATCH 1/6] fix(wifi): fix esp32c6 wdt issues when recv/send tcp packages --- 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 516ae8c586..1a7db84611 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 516ae8c586881cc71c9f5a464e4f40cb3014b58f +Subproject commit 1a7db846115dcb237dd3c81f93b0d7007fce509b From 8545eeb4ef25dab588270c332adda60f9014efbd Mon Sep 17 00:00:00 2001 From: alanmaxwell Date: Tue, 23 Apr 2024 20:59:42 +0800 Subject: [PATCH 2/6] fix(wifi): clear wifi buffer to fix ampdu compatibility issue --- 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 1a7db84611..d8e20e3cf3 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 1a7db846115dcb237dd3c81f93b0d7007fce509b +Subproject commit d8e20e3cf3585469bc327857092d3f5a56263675 From 209fbfc18bc4590c5829ff154630c166558eedf8 Mon Sep 17 00:00:00 2001 From: xuxiao Date: Sun, 28 Apr 2024 15:56:01 +0800 Subject: [PATCH 3/6] fix(wifi): fix trc_ampdu_stop_rateidx value errors when DUT under softap + sta mode --- 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 d8e20e3cf3..e09543aef5 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit d8e20e3cf3585469bc327857092d3f5a56263675 +Subproject commit e09543aef5949a156b264a88e94fdd7625f61ef9 From 7c54373146e29f3393a67b9eeb52cb02c460a9c4 Mon Sep 17 00:00:00 2001 From: Nachiket Kukade Date: Tue, 23 Apr 2024 18:20:39 +0530 Subject: [PATCH 4/6] feat(esp_wifi): Update FTM PHY Compensation with calibration --- 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 e09543aef5..1221569e8f 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit e09543aef5949a156b264a88e94fdd7625f61ef9 +Subproject commit 1221569e8f507febe888764237aafcc4c015473e From ea1a10da176d1d1b375dcfeb030fe400208ba2f9 Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Mon, 6 May 2024 11:43:27 +0530 Subject: [PATCH 5/6] fix(wifi): Fix issue in scan when AP advertises WPA and WPA2 with SAE AKM --- 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 1221569e8f..1c42c89e1a 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 1221569e8f507febe888764237aafcc4c015473e +Subproject commit 1c42c89e1a81d94f047dc19685ba0db1925df704 From 90188040fb514ed2cdf702ab21cc940fb3a1046c Mon Sep 17 00:00:00 2001 From: Li Shuai Date: Wed, 8 May 2024 10:40:16 +0800 Subject: [PATCH 6/6] fix(esp_wifi): clear soc wakeup request signal at tbtt process --- 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 1c42c89e1a..a9c6727926 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 1c42c89e1a81d94f047dc19685ba0db1925df704 +Subproject commit a9c6727926f9d0e13804e2340d93a57d4dfa0b0a