fix(wifi): fix ersu compatibility issue

This commit is contained in:
muhaidong
2025-08-19 19:26:09 +08:00
parent 10d07d1a2b
commit b26c24ac02
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -36,7 +36,7 @@ ieee80211_ampdu_start_age_timer = 0x40000ac4;
ieee80211_is_tx_allowed = 0x40000acc; ieee80211_is_tx_allowed = 0x40000acc;
ieee80211_output_pending_eb = 0x40000ad0; ieee80211_output_pending_eb = 0x40000ad0;
ieee80211_output_process = 0x40000ad4; ieee80211_output_process = 0x40000ad4;
ieee80211_set_tx_desc = 0x40000ad8; /*ieee80211_set_tx_desc = 0x40000ad8;*/
ieee80211_classify = 0x40000adc; ieee80211_classify = 0x40000adc;
ieee80211_copy_eb_header = 0x40000ae0; ieee80211_copy_eb_header = 0x40000ae0;
ieee80211_recycle_cache_eb = 0x40000ae4; ieee80211_recycle_cache_eb = 0x40000ae4;