mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 13:14:32 +02:00
wifi:bugfix fix qos null update ba ssn
This commit is contained in:
@@ -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;
|
||||
|
@@ -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
|
||||
|
@@ -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;
|
||||
|
Submodule components/esp_wifi/lib updated: 6ed5b959c9...899dcb520a
Reference in New Issue
Block a user