From 04e5a8614b34cc9a4782b7f1d9f0f766de2006d1 Mon Sep 17 00:00:00 2001 From: Keyur Parekh Date: Thu, 6 Sep 2018 12:38:21 -0700 Subject: [PATCH] qcacmn: Corrected SGI enum values for HE For HE case, SGI enum values are different in FW and Host So that firmware stats and host stats shows different values To resolve this, change SGI enum value in host to match firmware definitions. Change-Id: I1b38dbe32a6c1ab2610c1c3a736a6898ddc73e30 --- hal/wifi3.0/hal_api_mon.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/hal/wifi3.0/hal_api_mon.h b/hal/wifi3.0/hal_api_mon.h index 1406b92c91..76db6a45e4 100644 --- a/hal/wifi3.0/hal_api_mon.h +++ b/hal/wifi3.0/hal_api_mon.h @@ -119,8 +119,9 @@ #define HAL_LEGACY_MCS7 7 #define HE_GI_0_8 0 -#define HE_GI_1_6 1 -#define HE_GI_3_2 2 +#define HE_GI_0_4 1 +#define HE_GI_1_6 2 +#define HE_GI_3_2 3 #define HT_SGI_PRESENT 0x80