diff options
| author | spuligil <spuligil@codeaurora.org> | 2019-02-26 00:00:47 -0800 |
|---|---|---|
| committer | spuligil <spuligil@codeaurora.org> | 2019-02-26 00:00:47 -0800 |
| commit | 59a2e730ddc15b9bfaf68d22fa8fd211af554f60 (patch) | |
| tree | f980b90ead6d086076c0d8160e58d32302856301 | |
| parent | 61eaad65c4b4e6f180d1ba0bb90fb7e3cc4b6003 (diff) | |
fw-api: CL 6590102 - update fw common interface files
wlanfw_cmn - HK v2 tpc ctl scaling
<Describe here the change summary in detail>
Change-Id: I7fefcd68680ae0e10ecfc66993e21699ec8f9268
CRs-Fixed: 2262693
| -rwxr-xr-x | fw/wlan_defs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fw/wlan_defs.h b/fw/wlan_defs.h index d2cd217c4196..beeb87b17a75 100755 --- a/fw/wlan_defs.h +++ b/fw/wlan_defs.h @@ -115,6 +115,8 @@ #define HE_PET_8_USEC 1 #define HE_PET_16_USEC 2 +#define DEFAULT_OFDMA_RU26_COUNT 0 + typedef enum { MODE_11A = 0, /* 11a Mode */ MODE_11G = 1, /* 11b/g Mode */ |
