forked from espressif/esp-idf
fix(wifi/vendor): separate the lr bit in phy mode for station and softAP
Closes https://github.com/espressif/esp-idf/issues/9978
This commit is contained in:
@@ -33,7 +33,7 @@ ppCalTxAMPDULength = 0x40001bd8;
|
||||
ppRxFragmentProc = 0x40001c28;
|
||||
ppRxPkt = 0x40001c2c;
|
||||
pp_coex_tx_request = 0x40001c54;
|
||||
rcGetSched = 0x40001c88;
|
||||
/* rcGetSched = 0x40001c88; */
|
||||
rcTxUpdatePer = 0x40001c94;
|
||||
rcUpdateRate = 0x40001c9c;
|
||||
wDev_AppendRxBlocks = 0x40001cdc;
|
||||
|
@@ -895,7 +895,7 @@ wep_decap = 0x40002028;
|
||||
dbg_hmac_rxtx_statis_dump = 0x4000202c;
|
||||
dbg_hmac_statis_dump = 0x40002030;
|
||||
/* ieee80211_send_action_vendor_spec = 0x40002034; */
|
||||
ieee80211_vnd_lora_ie_size = 0x40002048;
|
||||
/* ieee80211_vnd_lora_ie_size = 0x40002048; */
|
||||
ieee80211_vnd_ie_size = 0x4000204c;
|
||||
ieee80211_add_ssid = 0x40002050;
|
||||
ieee80211_add_rates = 0x40002054;
|
||||
|
@@ -232,7 +232,7 @@ rcampduuprate = 0x40000f30;
|
||||
rcClearCurAMPDUSched = 0x40000f34;
|
||||
rcClearCurSched = 0x40000f38;
|
||||
rcClearCurStat = 0x40000f3c;
|
||||
rcGetSched = 0x40000f40;
|
||||
/* rcGetSched = 0x40000f40; */
|
||||
rcLowerSched = 0x40000f44;
|
||||
rcSetTxAmpduLimit = 0x40000f48;
|
||||
rcTxUpdatePer = 0x40000f4c;
|
||||
|
@@ -238,7 +238,7 @@ rcampduuprate = 0x40000ea4;
|
||||
rcClearCurAMPDUSched = 0x40000ea8;
|
||||
rcClearCurSched = 0x40000eac;
|
||||
rcClearCurStat = 0x40000eb0;
|
||||
rcGetSched = 0x40000eb4;
|
||||
/* rcGetSched = 0x40000eb4;*/
|
||||
rcLowerSched = 0x40000eb8;
|
||||
rcSetTxAmpduLimit = 0x40000ebc;
|
||||
rcTxUpdatePer = 0x40000ec0;
|
||||
|
Reference in New Issue
Block a user