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
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user