diff --git a/components/esp_wifi/include/esp_wifi_he_types.h b/components/esp_wifi/include/esp_wifi_he_types.h index fa139131df..71a9c31a13 100644 --- a/components/esp_wifi/include/esp_wifi_he_types.h +++ b/components/esp_wifi/include/esp_wifi_he_types.h @@ -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 */