Browse Source

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
Keyur Parekh 6 years ago
parent
commit
04e5a8614b
1 changed files with 3 additions and 2 deletions
  1. 3 2
      hal/wifi3.0/hal_api_mon.h

+ 3 - 2
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