qcacmn: Add HE MCS12/13 support

Add MCS12 and MCS13 support for HE mode in dp_11abgnratetable.

Change-Id: I0dec22d35bed6e12219dbfcb71d1836fed120eb9
This commit is contained in:
Neha Bisht
2021-03-17 14:29:30 +05:30
committed by snandini
parent b14ef93b0c
commit 7cfa28adf3
2 changed files with 593 additions and 369 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (c) 2016-2020 The Linux Foundation. All rights reserved. * Copyright (c) 2016-2021 The Linux Foundation. All rights reserved.
* *
* Permission to use, copy, modify, and/or distribute this software for * Permission to use, copy, modify, and/or distribute this software for
* any purpose with or without fee is hereby granted, provided that the * any purpose with or without fee is hereby granted, provided that the
@@ -40,7 +40,7 @@ enum CMN_BW_TYPES {
#define NUM_HT_MCS 8 #define NUM_HT_MCS 8
#define NUM_VHT_MCS 12 #define NUM_VHT_MCS 12
#define NUM_HE_MCS 12 #define NUM_HE_MCS 14
#define NUM_SPATIAL_STREAM 4 #define NUM_SPATIAL_STREAM 4
#define NUM_SPATIAL_STREAMS 8 #define NUM_SPATIAL_STREAMS 8