qcacmn: Fix the typo for PROFILE_IDX

Fix the typo for PROFILE_IDX and also add WMI macros
for short slot time update under MLME.

Change-Id: I3c09a7f01029af0f075086166be1c85bd1d7de34
CRs-Fixed: 2412160
This commit is contained in:
Akshay Kosigi
2019-03-07 19:25:20 +05:30
committed by nshrivas
parent 0aaa4b4ec1
commit d3f552ff90
4 changed files with 11 additions and 3 deletions

View File

@@ -5962,10 +5962,13 @@ typedef enum {
#define WMI_HOST_FIXED_RATE_NONE (0xff)
#ifndef CMN_VDEV_MGR_TGT_IF_ENABLE
/** slot time long */
#define WMI_HOST_VDEV_SLOT_TIME_LONG 0x1
/** slot time short */
#define WMI_HOST_VDEV_SLOT_TIME_SHORT 0x2
#endif
/** preablbe long */
#define WMI_HOST_VDEV_PREAMBLE_LONG 0x1
/** preablbe short */