Merge branch 'bugfix/fix_qos_null_update_ba_ssn' into 'master'

wifi:bugfix fix qos null update ba ssn

Closes IDFGH-6811

See merge request espressif/esp-idf!18882
This commit is contained in:
Jiang Jiang Jian
2022-07-08 14:00:11 +08:00
4 changed files with 5 additions and 5 deletions

View File

@@ -1858,7 +1858,7 @@ hal_init = 0x40001dd0;
hal_mac_rx_set_policy = 0x40001dd4;
hal_mac_set_bssid = 0x40001dd8;
mac_rx_policy_init = 0x40001ddc;
mac_txrx_init = 0x40001de0;
/*mac_txrx_init = 0x40001de0;*/
mac_rxbuf_init = 0x40001de4;
mac_last_rxbuf_init = 0x40001de8;
hal_attenna_init = 0x40001dec;
@@ -2050,7 +2050,7 @@ ieee80211_is_tx_allowed = 0x40001fbc;
ieee80211_output_pending_eb = 0x40001fc0;
ieee80211_output_process = 0x40001fc4;
ieee80211_set_tx_desc = 0x40001fc8;
sta_input = 0x40001fcc;
/*sta_input = 0x40001fcc;*/
wifi_get_macaddr = 0x40001fd0;
wifi_rf_phy_disable = 0x40001fd4;
wifi_rf_phy_enable = 0x40001fd8;