mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wifi: fix potential issue when tx fragment pkt.
This commit is contained in:
parent
ef4b1b7704
commit
3f4e4cf964
@ -1722,7 +1722,7 @@ lmac_stop_hw_txq = 0x40001df8;
|
||||
ppDirectRecycleAmpdu = 0x40001dfc;
|
||||
esp_wifi_internal_set_rts = 0x40001e00;
|
||||
esp_wifi_internal_get_rts = 0x40001e04;
|
||||
ppTxFragmentProc = 0x40001e08;
|
||||
/*ppTxFragmentProc = 0x40001e08;*/
|
||||
/*esf_buf_setup = 0x40001e0c;*/
|
||||
hal_agreement_add_rx_ba = 0x40001e10;
|
||||
hal_agreement_del_rx_ba = 0x40001e14;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 8f3aeb20d137665f46e3727494f846ab50eb4807
|
||||
Subproject commit 3078398bbd4f8047c67c68b6ea376bedee9f7b5a
|
Loading…
Reference in New Issue
Block a user