mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 01:29:21 -04:00
fix(wifi): fix some wifi issues
1. fix enable psram wapi dhcp fail issue 2. fix tx power issue
This commit is contained in:
parent
bcb6a2f386
commit
6bfac2a6e4
@ -1867,7 +1867,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;
|
||||
@ -1938,7 +1938,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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user