qcacld-3.0: CL 1634314 - update fw common interface files

Propagation from qcacld-2.0 to qcacld-3.0.

Add/refine 802.11ax/HE defs used in the host/target interface.

Change-Id: I28f5e0c87933f75e555a763c1e3c803a9c435cea
CRs-fixed: 865207
This commit is contained in:
Himanshu Agarwal
2016-09-09 12:46:04 +05:30
committed by qcabuildsw
parent 9a8f2f9659
commit 97005de93e
3 changed files with 185 additions and 19 deletions

View File

@@ -59,6 +59,16 @@
#define SUPPORT_11AX 0 /* 11ax not supported by default */
#endif
/* defines to set Packet extension values which can be 0 us, 8 us or 16 us */
/* NOTE: Below values cannot be changed without breaking WMI Compatibility */
#define MAX_HE_NSS 8
#define MAX_HE_MODULATION 8
#define MAX_HE_RU 4
#define HE_MODULATION_NONE 7
#define HE_PET_0_USEC 0
#define HE_PET_8_USEC 1
#define HE_PET_16_USEC 2
typedef enum {
MODE_11A = 0, /* 11a Mode */
MODE_11G = 1, /* 11b/g Mode */