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
Dieser Commit ist enthalten in:

committet von
nshrivas

Ursprung
33cfb578b0
Commit
04e5a8614b
@@ -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
|
||||
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren