wmi.h (30868f5d4413759ba82c0703290f2483402fea39) | wmi.h (eb4c02155881696ee6abb090d554b765e41d46ed) |
---|---|
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 * --- 1286 unchanged lines hidden (view full) --- 1295 1296struct wmi_ready_event { 1297 __le32 sw_version; 1298 __le32 abi_version; 1299 u8 mac[WMI_MAC_LEN]; 1300 /* enum wmi_phy_capability */ 1301 u8 phy_capability; 1302 u8 numof_additional_mids; | 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 * --- 1286 unchanged lines hidden (view full) --- 1295 1296struct wmi_ready_event { 1297 __le32 sw_version; 1298 __le32 abi_version; 1299 u8 mac[WMI_MAC_LEN]; 1300 /* enum wmi_phy_capability */ 1301 u8 phy_capability; 1302 u8 numof_additional_mids; |
1303 u8 rfc_read_calib_result; 1304 u8 reserved[3]; |
|
1303} __packed; 1304 1305/* WMI_NOTIFY_REQ_DONE_EVENTID */ 1306struct wmi_notify_req_done_event { 1307 /* beamforming status, 0: fail; 1: OK; 2: retrying */ 1308 __le32 status; 1309 __le64 tsf; 1310 s8 rssi; --- 1316 unchanged lines hidden --- | 1305} __packed; 1306 1307/* WMI_NOTIFY_REQ_DONE_EVENTID */ 1308struct wmi_notify_req_done_event { 1309 /* beamforming status, 0: fail; 1: OK; 2: retrying */ 1310 __le32 status; 1311 __le64 tsf; 1312 s8 rssi; --- 1316 unchanged lines hidden --- |