qcacmn: Populate mcs value for legacy traffic

Populate mcs value for legacy traffic, to display
packet count in correct category in statistics

Change-Id: Ic5ddbc48d3378a884d5c7a189e53ddb7195c21d2
This commit is contained in:
Keyur Parekh
2018-08-23 12:00:20 -07:00
committed by nshrivas
parent 7c4565f22f
commit 76eadf4265
2 changed files with 24 additions and 0 deletions

View File

@@ -109,6 +109,15 @@
#define HAL_11A_RATE_6MCS 18*2
#define HAL_11A_RATE_7MCS 9*2
#define HAL_LEGACY_MCS0 0
#define HAL_LEGACY_MCS1 1
#define HAL_LEGACY_MCS2 2
#define HAL_LEGACY_MCS3 3
#define HAL_LEGACY_MCS4 4
#define HAL_LEGACY_MCS5 5
#define HAL_LEGACY_MCS6 6
#define HAL_LEGACY_MCS7 7
#define HE_GI_0_8 0
#define HE_GI_1_6 1
#define HE_GI_3_2 2