wifi:bugfix for wrong configuration of static txbuf
wifi:bugfix fix qos null update ba ssn
This commit is contained in:
parent
b9a1020fcf
commit
4a3875c4c7
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ ppMapTxQueue = 0x400016d8;
|
|||
rcGetSched = 0x40001764;
|
||||
wDevCheckBlockError = 0x400017b4;
|
||||
ppProcTxDone = 0x40001804;
|
||||
sta_input = rom_sta_input;
|
||||
/*sta_input = rom_sta_input;*/
|
||||
|
||||
/***************************************
|
||||
Group rom_phy
|
||||
|
|
|
|||
|
|
@ -2032,7 +2032,7 @@ ieee80211_is_tx_allowed = 0x40005a78;
|
|||
ieee80211_output_pending_eb = 0x40005a84;
|
||||
ieee80211_output_process = 0x40005a90;
|
||||
ieee80211_set_tx_desc = 0x40005a9c;
|
||||
sta_input = 0x40005aa8;
|
||||
/*sta_input = 0x40005aa8;*/
|
||||
wifi_get_macaddr = 0x40005ab4;
|
||||
wifi_rf_phy_disable = 0x40005ac0;
|
||||
wifi_rf_phy_enable = 0x40005acc;
|
||||
|
|
|
|||
Loading…
Reference in a new issue