mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
esp_wifi: fix wapi gtk id compability issue and adapt tx frag pn sequently.
This commit is contained in:
parent
bdefd7fb6b
commit
67c557f9c4
@ -1732,7 +1732,7 @@ ieee80211_recycle_cache_eb = 0x4000188c;
|
||||
ieee80211_search_node = 0x40001890;
|
||||
roundup2 = 0x40001894;
|
||||
ieee80211_crypto_encap = 0x40001898;
|
||||
ieee80211_crypto_decap = 0x4000189c;
|
||||
/* ieee80211_crypto_decap = 0x4000189c; */
|
||||
/* ieee80211_decap = 0x400018a0; */
|
||||
ieee80211_set_tx_pti = 0x400018a4;
|
||||
wifi_is_started = 0x400018a8;
|
||||
|
@ -2043,7 +2043,7 @@ ieee80211_recycle_cache_eb = 0x40005afc;
|
||||
ieee80211_search_node = 0x40005b08;
|
||||
roundup2 = 0x40005b14;
|
||||
ieee80211_crypto_encap = 0x40005b20;
|
||||
ieee80211_crypto_decap = 0x40005b2c;
|
||||
/* ieee80211_crypto_decap = 0x40005b2c; */
|
||||
/* ieee80211_decap = 0x40005b38; */
|
||||
ieee80211_set_tx_pti = 0x40005b44;
|
||||
wifi_is_started = 0x40005b50;
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit a0aaa5ae6bd26caea68175a3d5e4dbe2cef8a35d
|
||||
Subproject commit 2dd55180350219f8722934b650dc56c2ac4f839a
|
Loading…
x
Reference in New Issue
Block a user