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:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user