Skip to content

Commit 39bcc8f

Browse files
author
Jiang Jiang Jian
committed
Merge branch 'bugfix/fix_send_wakenull_off_channel_v5.5' into 'release/v5.5'
fix(wifi): fix issue that disarm send wake null timer donot take effect and sta bolck scan timeout V5.5 See merge request espressif/esp-idf!43281
2 parents c51b5e9 + f1fb7b3 commit 39bcc8f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

components/esp_rom/esp32c2/ld/esp32c2.rom.eco4.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ systimer_hal_set_tick_rate_ops = 0x40002eac;
156156
/* Functions */
157157
sta_reset_beacon_timeout = 0x40003024;
158158
ieee80211_post_hmac_tx = 0x40003028;
159-
sta_rx_eapol = 0x4000302c;
159+
//sta_rx_eapol = 0x4000302c;
160160
/* Data (.data, .bss, .rodata) */
161161
len_dh_ie_ptr = 0x3fcdfa6c;
162162
g_authmode_threshold_failure_ptr = 0x3fcdfa68;

components/esp_rom/esp32c5/ld/esp32c5.rom.net80211.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ wifi_rf_phy_disable = 0x40000bc8;
6666
wifi_rf_phy_enable = 0x40000bcc;
6767
wifi_is_started = 0x40000bd0;
6868
/*sta_input = 0x40000bd4;*/
69-
sta_rx_eapol = 0x40000bd8;
69+
//sta_rx_eapol = 0x40000bd8;
7070
//sta_reset_beacon_timeout = 0x40000bdc;
7171
sta_get_beacon_timeout = 0x40000be0;
7272
ampdu_process_multicast_address_qos_frame = 0x40000be4;

components/esp_rom/esp32c61/ld/esp32c61.rom.net80211.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ wifi_rf_phy_disable = 0x40000b30;
6262
wifi_rf_phy_enable = 0x40000b34;
6363
wifi_is_started = 0x40000b38;
6464
/*sta_input = 0x40000b3c;*/
65-
sta_rx_eapol = 0x40000b40;
65+
//sta_rx_eapol = 0x40000b40;
6666
//sta_reset_beacon_timeout = 0x40000b44;
6767
sta_get_beacon_timeout = 0x40000b48;
6868
ampdu_process_multicast_address_qos_frame = 0x40000b4c;

0 commit comments

Comments
 (0)