diff options
| author | Rajesh Chauhan <rajeshc@qca.qualcomm.com> | 2013-12-30 14:32:51 -0800 |
|---|---|---|
| committer | Prakash Dhavali <pdhavali@codeaurora.org> | 2014-01-17 21:45:10 -0800 |
| commit | ba0a50be5dc67e3d8de60135848d115de58728fb (patch) | |
| tree | d6cc1f279bfccd8c8df3dfb90f238d633e76ed2a | |
| parent | ce04934327ad98eeb410bc8136f96be1610de512 (diff) | |
qcacld: update fw common interface files as per CL 804253
Fixed define WMI_VHT_CAP_MU_BFORMEE in wmi header file.
.
Change-Id: I3ab9cb67a8d12dd2e275420153cb43b09070a933
CRs-Fixed: 594746
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index b9eade10ea28..a9eebce51c9d 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -915,7 +915,7 @@ WMI_CHANNEL_CHANGE_CAUSE_CSA, #define WMI_VHT_CAP_SU_BFORMER 0x00000800 #define WMI_VHT_CAP_SU_BFORMEE 0x00001000 #define WMI_VHT_CAP_MU_BFORMER 0x00080000 -#define WMI_VHT_CAP MU_BFORMEE 0x00100000 +#define WMI_VHT_CAP_MU_BFORMEE 0x00100000 /* These macros should be used when we wish to advertise STBC support for * only 1SS or 2SS or 3SS. */ |
