Merge branch 'fix/fix_some_esp32c6_wifi_bugs' into 'master'

fix(wifi): fixed esp32c6 rxctrl info is not correct

Closes WIFI6-341, WIFI6-342, and WIFI6-343

See merge request espressif/esp-idf!26671
This commit is contained in:
Xu Xiao 2023-11-06 10:19:40 +08:00
commit 29438504c4
3 changed files with 3 additions and 2 deletions

View File

@ -97,6 +97,7 @@ typedef struct esp_now_rate_config {
wifi_phy_mode_t phymode; /**< ESPNOW phymode of specified interface */
wifi_phy_rate_t rate; /**< ESPNOW rate of specified interface*/
bool ersu; /**< ESPNOW using ersu send frame*/
bool dcm; /**< ESPNOW using dcm rate to send frame*/
} esp_now_rate_config_t;
/**

View File

@ -157,7 +157,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 */
unsigned channel : 4; /**< the primary channel */
unsigned second : 4; /**< the second channel if in HT40 */
unsigned : 8; /**< reserved */

@ -1 +1 @@
Subproject commit 6c2a80c3abb091e9c4434b5bebaf7df76c97daae
Subproject commit 090d16dd1f7e0a60fb63c9a6788c2de4bdac6975