fix(wifi): fix esp32c5 connect issues cause by change band mode to 5G only

This commit is contained in:
xuxiao
2024-08-05 19:05:32 +08:00
committed by BOT
parent cdee290a5d
commit 280a38130f
5 changed files with 19 additions and 5 deletions

View File

@@ -40,7 +40,7 @@ ieee80211_encap_esfbuf = 0x40000b60;
ieee80211_is_tx_allowed = 0x40000b64;
ieee80211_output_pending_eb = 0x40000b68;
ieee80211_output_process = 0x40000b6c;
ieee80211_set_tx_desc = 0x40000b70;
/*ieee80211_set_tx_desc = 0x40000b70;*/
ieee80211_classify = 0x40000b74;
ieee80211_copy_eb_header = 0x40000b78;
ieee80211_recycle_cache_eb = 0x40000b7c;