From 0dc9ddb77cd7572d5b038d995aadb41e0e7b2409 Mon Sep 17 00:00:00 2001 From: Jack Date: Thu, 5 Sep 2019 12:43:17 +0800 Subject: [PATCH] Wi-Fi: remove wifi_fast_scan_threshold_t which is not suitable in name --- components/esp_wifi/include/esp_wifi_types.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/components/esp_wifi/include/esp_wifi_types.h b/components/esp_wifi/include/esp_wifi_types.h index 55eb7482a..fe93f19c3 100644 --- a/components/esp_wifi/include/esp_wifi_types.h +++ b/components/esp_wifi/include/esp_wifi_types.h @@ -181,9 +181,7 @@ typedef enum { typedef struct { int8_t rssi; /**< The minimum rssi to accept in the fast scan mode */ wifi_auth_mode_t authmode; /**< The weakest authmode to accept in the fast scan mode */ -}wifi_fast_scan_threshold_t; - -typedef wifi_fast_scan_threshold_t wifi_scan_threshold_t; /**< wifi_fast_scan_threshold_t only used in fast scan mode once, now it enabled in all channel scan, the wifi_fast_scan_threshold_t will be remove in version 4.0 */ +}wifi_scan_threshold_t; typedef enum { WIFI_PS_NONE, /**< No power save */