From 396eaa32f66ac9650cfb7218e73226e795d9d90e Mon Sep 17 00:00:00 2001 From: ricky <67306039+illustriousness@users.noreply.github.com> Date: Tue, 29 Apr 2025 09:51:49 +0800 Subject: [PATCH] [components][wlan] Fixing comments errors of RT_WLAN_EVT_SCAN_DONE and RT_WLAN_EVT_SCAN_REPORT (#10237) --- components/drivers/wlan/dev_wlan_mgnt.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/drivers/wlan/dev_wlan_mgnt.h b/components/drivers/wlan/dev_wlan_mgnt.h index dc5b17e994..bcba91c7bc 100644 --- a/components/drivers/wlan/dev_wlan_mgnt.h +++ b/components/drivers/wlan/dev_wlan_mgnt.h @@ -60,8 +60,8 @@ extern "C" { typedef enum { RT_WLAN_EVT_READY = 0, /* connect and prot is ok, You can send data*/ - RT_WLAN_EVT_SCAN_DONE, /* Scan a info */ - RT_WLAN_EVT_SCAN_REPORT, /* Scan end */ + RT_WLAN_EVT_SCAN_DONE, /* Scan end */ + RT_WLAN_EVT_SCAN_REPORT, /* Scan a info */ RT_WLAN_EVT_STA_CONNECTED, /* connect success */ RT_WLAN_EVT_STA_CONNECTED_FAIL, /* connection failed */ RT_WLAN_EVT_STA_DISCONNECTED, /* disconnect */