wmi.h (849a564b7e28db7afed18d4b921303b7bd883112) | wmi.h (0d2370e939acca97b5e1abc1aedd47c5c9a5f500) |
---|---|
1/* 2 * Copyright (c) 2012-2017 Qualcomm Atheros, Inc. 3 * Copyright (c) 2006-2012 Wilocity 4 * 5 * Permission to use, copy, modify, and/or distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * --- 43 unchanged lines hidden (view full) --- 52 * the host 53 */ 54enum wmi_fw_capability { 55 WMI_FW_CAPABILITY_FTM = 0, 56 WMI_FW_CAPABILITY_PS_CONFIG = 1, 57 WMI_FW_CAPABILITY_RF_SECTORS = 2, 58 WMI_FW_CAPABILITY_MGMT_RETRY_LIMIT = 3, 59 WMI_FW_CAPABILITY_DISABLE_AP_SME = 4, | 1/* 2 * Copyright (c) 2012-2017 Qualcomm Atheros, Inc. 3 * Copyright (c) 2006-2012 Wilocity 4 * 5 * Permission to use, copy, modify, and/or distribute this software for any 6 * purpose with or without fee is hereby granted, provided that the above 7 * copyright notice and this permission notice appear in all copies. 8 * --- 43 unchanged lines hidden (view full) --- 52 * the host 53 */ 54enum wmi_fw_capability { 55 WMI_FW_CAPABILITY_FTM = 0, 56 WMI_FW_CAPABILITY_PS_CONFIG = 1, 57 WMI_FW_CAPABILITY_RF_SECTORS = 2, 58 WMI_FW_CAPABILITY_MGMT_RETRY_LIMIT = 3, 59 WMI_FW_CAPABILITY_DISABLE_AP_SME = 4, |
60 WMI_FW_CAPABILITY_WMI_ONLY = 5, |
|
60 WMI_FW_CAPABILITY_MAX, 61}; 62 63/* WMI_CMD_HDR */ 64struct wmi_cmd_hdr { 65 u8 mid; 66 u8 reserved; 67 __le16 command_id; --- 2477 unchanged lines hidden --- | 61 WMI_FW_CAPABILITY_MAX, 62}; 63 64/* WMI_CMD_HDR */ 65struct wmi_cmd_hdr { 66 u8 mid; 67 u8 reserved; 68 __le16 command_id; --- 2477 unchanged lines hidden --- |