mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
fix(wifi): fix multicast address qos frames issue
This commit is contained in:
parent
9d34f39c37
commit
a5e717662f
@ -1717,7 +1717,7 @@ ic_ebuf_recycle_rx = 0x40001844;
|
||||
ic_ebuf_recycle_tx = 0x40001848;
|
||||
ic_reset_rx_ba = 0x4000184c;
|
||||
ieee80211_align_eb = 0x40001850;
|
||||
ieee80211_ampdu_reorder = 0x40001854;
|
||||
/*ieee80211_ampdu_reorder = 0x40001854;*/
|
||||
ieee80211_ampdu_start_age_timer = 0x40001858;
|
||||
/*ieee80211_encap_esfbuf = 0x4000185c;*/
|
||||
ieee80211_is_tx_allowed = 0x40001860;
|
||||
|
@ -2024,7 +2024,7 @@ ic_ebuf_recycle_rx = 0x40005a24;
|
||||
ic_ebuf_recycle_tx = 0x40005a30;
|
||||
ic_reset_rx_ba = 0x40005a3c;
|
||||
ieee80211_align_eb = 0x40005a48;
|
||||
ieee80211_ampdu_reorder = 0x40005a54;
|
||||
/* ieee80211_ampdu_reorder = 0x40005a54; */
|
||||
ieee80211_ampdu_start_age_timer = 0x40005a60;
|
||||
/* ieee80211_encap_esfbuf = 0x40005a6c; */
|
||||
ieee80211_is_tx_allowed = 0x40005a78;
|
||||
|
Loading…
x
Reference in New Issue
Block a user