forked from espressif/esp-idf
esp_wifi: backport some wifi fix
1 Bugfix for wrong config of static txbuf 2 fix bug that qos data will update BA SSN 3 reset beacon timeout timer 4 Bugfix for close sniffer mode when wifi stop 5 update wifi header files
This commit is contained in:
@ -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
|
||||
|
@ -1550,7 +1550,7 @@ pm_on_data_rx = 0x40001680;
|
||||
pm_on_tbtt = 0x40001684;
|
||||
pm_parse_beacon = 0x40001688;
|
||||
pm_process_tim = 0x4000168c;
|
||||
pm_rx_beacon_process = 0x40001690;
|
||||
/*pm_rx_beacon_process = 0x40001690;*/
|
||||
pm_rx_data_process = 0x40001694;
|
||||
/*pm_sleep = 0x40001698;*/
|
||||
pm_sleep_for = 0x4000169c;
|
||||
|
Submodule components/esp_wifi/lib updated: ef6c4a7cb1...db1c090f59
Reference in New Issue
Block a user