Merge branch 'bugfix/separate_the_lr_bit_for_sta_and_softap' into 'master'

fix(wifi/vendor): separate the lr bit in phy mode for station and softAP

Closes IDFGH-8524 and IDFGH-14876

See merge request espressif/esp-idf!37651
This commit is contained in:
Jiang Jiang Jian
2025-03-25 19:32:25 +08:00
6 changed files with 6 additions and 6 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -232,7 +232,7 @@ rcampduuprate = 0x40000f30;
rcClearCurAMPDUSched = 0x40000f34;
rcClearCurSched = 0x40000f38;
rcClearCurStat = 0x40000f3c;
rcGetSched = 0x40000f40;
/* rcGetSched = 0x40000f40; */
rcLowerSched = 0x40000f44;
rcSetTxAmpduLimit = 0x40000f48;
rcTxUpdatePer = 0x40000f4c;

View File

@@ -238,7 +238,7 @@ rcampduuprate = 0x40000ea4;
rcClearCurAMPDUSched = 0x40000ea8;
rcClearCurSched = 0x40000eac;
rcClearCurStat = 0x40000eb0;
rcGetSched = 0x40000eb4;
/* rcGetSched = 0x40000eb4;*/
rcLowerSched = 0x40000eb8;
rcSetTxAmpduLimit = 0x40000ebc;
rcTxUpdatePer = 0x40000ec0;

View File

@@ -192,7 +192,7 @@ typedef struct {
unsigned : 15; /**< reserved */
unsigned : 15; /**< reserved */
unsigned : 2; /**< reserved */
unsigned noise_floor: 8; /**< the noise floor of the reception frame */
signed noise_floor: 8; /**< the noise floor of the reception frame */
signed : 8; /**< reserved */
signed : 8; /**< reserved */
unsigned : 8; /**< reserved */