Преглед изворни кода

Merge branch 'bugfix/fix_qos_null_update_ba_ssn' into 'master'

wifi:bugfix fix qos null update ba ssn

Closes IDFGH-6811

See merge request espressif/esp-idf!18882
Jiang Jiang Jian пре 3 година
родитељ
комит
7e2ee82160

+ 2 - 2
components/esp_rom/esp32c2/ld/esp32c2.rom.ld

@@ -1858,7 +1858,7 @@ hal_init = 0x40001dd0;
 hal_mac_rx_set_policy = 0x40001dd4;
 hal_mac_set_bssid = 0x40001dd8;
 mac_rx_policy_init = 0x40001ddc;
-mac_txrx_init = 0x40001de0;
+/*mac_txrx_init = 0x40001de0;*/
 mac_rxbuf_init = 0x40001de4;
 mac_last_rxbuf_init = 0x40001de8;
 hal_attenna_init = 0x40001dec;
@@ -2050,7 +2050,7 @@ ieee80211_is_tx_allowed = 0x40001fbc;
 ieee80211_output_pending_eb = 0x40001fc0;
 ieee80211_output_process = 0x40001fc4;
 ieee80211_set_tx_desc = 0x40001fc8;
-sta_input = 0x40001fcc;
+/*sta_input = 0x40001fcc;*/
 wifi_get_macaddr = 0x40001fd0;
 wifi_rf_phy_disable = 0x40001fd4;
 wifi_rf_phy_enable = 0x40001fd8;

+ 1 - 1
components/esp_rom/esp32c3/ld/esp32c3.rom.eco3.ld

@@ -10,7 +10,7 @@ esf_buf_recycle = 0x400015c4;
 rcGetSched = 0x40001764;
 wDevCheckBlockError = 0x400017b4;
 /*ppProcTxDone = 0x40001804;*/
-sta_input = rom_sta_input;
+/*sta_input = rom_sta_input;*/
 
 /***************************************
  Group rom_phy

+ 1 - 1
components/esp_rom/esp32s3/ld/esp32s3.rom.ld

@@ -2032,7 +2032,7 @@ ieee80211_is_tx_allowed = 0x40005a78;
 ieee80211_output_pending_eb = 0x40005a84;
 ieee80211_output_process = 0x40005a90;
 ieee80211_set_tx_desc = 0x40005a9c;
-sta_input = 0x40005aa8;
+/*sta_input = 0x40005aa8;*/
 wifi_get_macaddr = 0x40005ab4;
 wifi_rf_phy_disable = 0x40005ac0;
 wifi_rf_phy_enable = 0x40005acc;

+ 1 - 1
components/esp_wifi/lib

@@ -1 +1 @@
-Subproject commit 6ed5b959c991c88e321d271356e0387ac56765e3
+Subproject commit 899dcb520af44d43d51608bcc02bd67499b2cf9f