fix(wifi/mesh): fixed the mesh STA sends data error on c5

This commit is contained in:
zhangyanjiao
2025-06-09 17:51:00 +08:00
committed by sibeibei
parent 5558a08c07
commit df19d0421f
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ ic_reset_extra_softap_rx_ba = 0x40000b50;
ieee80211_align_eb = 0x40000b54;
ieee80211_ampdu_reorder = 0x40000b58;
ieee80211_ampdu_start_age_timer = 0x40000b5c;
ieee80211_encap_esfbuf = 0x40000b60;
/*ieee80211_encap_esfbuf = 0x40000b60;*/
ieee80211_is_tx_allowed = 0x40000b64;
ieee80211_output_pending_eb = 0x40000b68;
ieee80211_output_process = 0x40000b6c;