diff options
| author | Krishna Kumaar Natarajan <kknatara@qca.qualcomm.com> | 2014-07-19 14:25:58 -0700 |
|---|---|---|
| committer | Akash Patel <c_akashp@qca.qualcomm.com> | 2014-07-22 22:01:33 -0700 |
| commit | 2b64416f8f0da5c71a230d2ca67bb0f8a1689132 (patch) | |
| tree | 8f99fa264dc053c4fd7159249b457c6852a355d9 | |
| parent | c3bd8283c8c3f523c233249b09de600e19bcc5dc (diff) | |
qcacld: update fw cmn interface files
CL's included in this commit are
1028797
1029419
Change-Id: I631d890c3417a23839339aba452cc5dc79776e3d
CRs-fixed: 696958
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index f6baeefa63cd..cffcb13d4dfa 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -230,7 +230,7 @@ typedef enum { WMI_PDEV_GET_TPC_CONFIG_CMDID, /** set the base MAC address for the physical device before a VDEV is created. - * For firmware that doesn`t support this feature and this command, the pdev + * For firmware that doesnt support this feature and this command, the pdev * MAC address will not be changed. */ WMI_PDEV_SET_BASE_MACADDR_CMDID, @@ -1642,22 +1642,26 @@ typedef struct { /** add wild card ssid probe request even though ssid_list is specified. */ #define WMI_SCAN_ADD_BCAST_PROBE_REQ 0x2 /** add cck rates to rates/xrate ie for the generated probe request */ -#define WMI_SCAN_ADD_CCK_RATES 0x4 +#define WMI_SCAN_ADD_CCK_RATES 0x4 /** add ofdm rates to rates/xrate ie for the generated probe request */ -#define WMI_SCAN_ADD_OFDM_RATES 0x8 +#define WMI_SCAN_ADD_OFDM_RATES 0x8 /** To enable indication of Chan load and Noise floor to host */ -#define WMI_SCAN_CHAN_STAT_EVENT 0x10 +#define WMI_SCAN_CHAN_STAT_EVENT 0x10 /** Filter Probe request frames */ -#define WMI_SCAN_FILTER_PROBE_REQ 0x20 +#define WMI_SCAN_FILTER_PROBE_REQ 0x20 /**When set, not to scan DFS channels*/ -#define WMI_SCAN_BYPASS_DFS_CHN 0x40 +#define WMI_SCAN_BYPASS_DFS_CHN 0x40 /**When set, certain errors are ignored and scan continues. * Different FW scan engine may use its own logic to decide what errors to ignore*/ -#define WMI_SCAN_CONTINUE_ON_ERROR 0x80 +#define WMI_SCAN_CONTINUE_ON_ERROR 0x80 /** Enable promiscous mode for ese */ -#define WMI_SCAN_FILTER_PROMISCOUS 0x100 +#define WMI_SCAN_FILTER_PROMISCOUS 0x100 /** allow to send probe req on DFS channel */ #define WMI_SCAN_FLAG_FORCE_ACTIVE_ON_DFS 0x200 +/** add TPC content in probe req frame */ +#define WMI_SCAN_ADD_TPC_IE_IN_PROBE_REQ 0x400 +/** add DS content in probe req frame */ +#define WMI_SCAN_ADD_DS_IE_IN_PROBE_REQ 0x800 /** WMI_SCAN_CLASS_MASK must be the same value as IEEE80211_SCAN_CLASS_MASK */ #define WMI_SCAN_CLASS_MASK 0xFF000000 @@ -2326,6 +2330,10 @@ typedef enum { WMI_PDEV_PARAM_LED_SYS_STATE, /** Enable/Disable LED */ WMI_PDEV_PARAM_LED_ENABLE, + /** set DIRECT AUDIO time latency */ + WMI_PDEV_PARAM_AUDIO_OVER_WLAN_LATENCY, + /** set DIRECT AUDIO Feature ENABLE */ + WMI_PDEV_PARAM_AUDIO_OVER_WLAN_ENABLE, } WMI_PDEV_PARAM; typedef enum { |
