From a59658a072e946e0c89b16d67597a16ec122d160 Mon Sep 17 00:00:00 2001 From: xuxiao Date: Fri, 27 Sep 2024 15:41:02 +0800 Subject: [PATCH] fix(wifi): fixed the issue where the BSS color was not included when sending packets at HE rates (v5.1) --- components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld b/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld index 7a73b4d5a7..362cc49b70 100644 --- a/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld +++ b/components/esp_rom/esp32c6/ld/esp32c6.rom.net80211.ld @@ -37,7 +37,7 @@ ieee80211_ampdu_start_age_timer = 0x40000b84; ieee80211_is_tx_allowed = 0x40000b8c; ieee80211_output_pending_eb = 0x40000b90; /*ieee80211_output_process = 0x40000b94;*/ -ieee80211_set_tx_desc = 0x40000b98; +/*ieee80211_set_tx_desc = 0x40000b98;*/ //sta_input = 0x40000b9c; wifi_get_macaddr = 0x40000ba0; wifi_rf_phy_disable = 0x40000ba4;