fix(wifi): fix the noise floor error on ESP32C5

Closes https://github.com/espressif/esp-idf/issues/15594
This commit is contained in:
zhangyanjiao
2025-03-20 17:36:57 +08:00
parent 3f15dfa313
commit e8c42bd62d

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 */