From 572a6beb20be653cbc943f1e6b4feecb498fb9d0 Mon Sep 17 00:00:00 2001 From: Jianmin Zhu Date: Thu, 3 Dec 2020 16:11:45 +0800 Subject: [PATCH] fw-api: Correct comments of wmi_wlm_config_cmd_fixed_param Correct comments of wmi_wlm_config_cmd_fixed_param to avoid misunderstanding. Change-Id: Ia65fc4073500b8011b582cf3de01ebcaf9723bca CRs-Fixed: 2831330 --- fw/wmi_unified.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index cf2631b67b..1b3c7ae618 100644 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -28040,7 +28040,7 @@ typedef enum { * (1) disable secondary rate */ /* bit 0-3 of flags is used for scan operation */ -/* bit 0: WLM_FLAGS_SCAN_SUPPRESS, suppress all scan and other bits would be ignored if bit is set */ +/* bit 0: Avoid scan request from HLOS if bit is set */ #define WLM_FLAGS_SCAN_SUPPRESS 1 /* suppress all scan request */