mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(wifi): fix some wifi issues
1. fix enable psram wapi dhcp fail issue 2. fix c6 esp_wifi_set_max_tx_power fail issue 3. fix wrong wifi mode connect crash issue 4. fix null data sequence number issue
This commit is contained in:
parent
fbc31c8f15
commit
d8b600e90b
@ -1876,7 +1876,7 @@ ieee80211_ampdu_start_age_timer = 0x40001fb4;
|
||||
ieee80211_encap_esfbuf = 0x40001fb8;
|
||||
ieee80211_is_tx_allowed = 0x40001fbc;
|
||||
ieee80211_output_pending_eb = 0x40001fc0;
|
||||
ieee80211_output_process = 0x40001fc4;
|
||||
/* ieee80211_output_process = 0x40001fc4; */
|
||||
ieee80211_set_tx_desc = 0x40001fc8;
|
||||
/*sta_input = 0x40001fcc;*/
|
||||
wifi_get_macaddr = 0x40001fd0;
|
||||
@ -1947,7 +1947,7 @@ ieee80211_output_raw_process = 0x400020f4;
|
||||
ieee80211_raw_frame_sanity_check = 0x400020fc;
|
||||
ieee80211_crypto_aes_128_cmac_encrypt = 0x40002100;
|
||||
ieee80211_alloc_tx_buf = 0x40002108;
|
||||
ieee80211_output_do = 0x4000210c;
|
||||
/* ieee80211_output_do = 0x4000210c; */
|
||||
/* ieee80211_send_nulldata = 0x40002110; */
|
||||
ieee80211_setup_robust_mgmtframe = 0x40002114;
|
||||
ieee80211_encap_null_data = 0x4000211c;
|
||||
|
@ -1808,7 +1808,7 @@ ieee80211_ampdu_start_age_timer = 0x40001858;
|
||||
/*ieee80211_encap_esfbuf = 0x4000185c;*/
|
||||
ieee80211_is_tx_allowed = 0x40001860;
|
||||
ieee80211_output_pending_eb = 0x40001864;
|
||||
ieee80211_output_process = 0x40001868;
|
||||
/*ieee80211_output_process = 0x40001868;*/
|
||||
ieee80211_set_tx_desc = 0x4000186c;
|
||||
rom_sta_input = 0x40001870;
|
||||
wifi_get_macaddr = 0x40001874;
|
||||
|
@ -36,7 +36,7 @@ ieee80211_ampdu_start_age_timer = 0x40000b84;
|
||||
ieee80211_encap_esfbuf = 0x40000b88;
|
||||
ieee80211_is_tx_allowed = 0x40000b8c;
|
||||
ieee80211_output_pending_eb = 0x40000b90;
|
||||
ieee80211_output_process = 0x40000b94;
|
||||
/*ieee80211_output_process = 0x40000b94;*/
|
||||
ieee80211_set_tx_desc = 0x40000b98;
|
||||
//sta_input = 0x40000b9c;
|
||||
wifi_get_macaddr = 0x40000ba0;
|
||||
|
@ -2125,7 +2125,7 @@ ieee80211_ampdu_start_age_timer = 0x40005a60;
|
||||
/* ieee80211_encap_esfbuf = 0x40005a6c; */
|
||||
ieee80211_is_tx_allowed = 0x40005a78;
|
||||
ieee80211_output_pending_eb = 0x40005a84;
|
||||
ieee80211_output_process = 0x40005a90;
|
||||
/*ieee80211_output_process = 0x40005a90;*/
|
||||
ieee80211_set_tx_desc = 0x40005a9c;
|
||||
/*sta_input = 0x40005aa8;*/
|
||||
wifi_get_macaddr = 0x40005ab4;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 174341fbe17d6527f25a1c4e936323b6f3e691e2
|
||||
Subproject commit dee1fbe2ca92284fbaeb7cef8d8298c06a00dc6a
|
Loading…
Reference in New Issue
Block a user