.. | .. |
---|
8 | 8 | * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. |
---|
9 | 9 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
---|
10 | 10 | * Copyright(c) 2016 - 2017 Intel Deutschland GmbH |
---|
| 11 | + * Copyright(c) 2019 - 2020 Intel Corporation |
---|
11 | 12 | * |
---|
12 | 13 | * This program is free software; you can redistribute it and/or modify |
---|
13 | 14 | * it under the terms of version 2 of the GNU General Public License as |
---|
.. | .. |
---|
30 | 31 | * Copyright(c) 2012 - 2014 Intel Corporation. All rights reserved. |
---|
31 | 32 | * Copyright(c) 2013 - 2015 Intel Mobile Communications GmbH |
---|
32 | 33 | * Copyright(c) 2016 - 2017 Intel Deutschland GmbH |
---|
| 34 | + * Copyright(c) 2019 - 2020 Intel Corporation |
---|
33 | 35 | * All rights reserved. |
---|
34 | 36 | * |
---|
35 | 37 | * Redistribution and use in source and binary forms, with or without |
---|
.. | .. |
---|
88 | 90 | * @GEO_TX_POWER_LIMIT: &struct iwl_geo_tx_power_profiles_cmd |
---|
89 | 91 | */ |
---|
90 | 92 | GEO_TX_POWER_LIMIT = 0x05, |
---|
| 93 | + |
---|
| 94 | + /** |
---|
| 95 | + * @PER_PLATFORM_ANT_GAIN_CMD: &struct iwl_ppag_table_cmd |
---|
| 96 | + */ |
---|
| 97 | + PER_PLATFORM_ANT_GAIN_CMD = 0x07, |
---|
91 | 98 | |
---|
92 | 99 | /** |
---|
93 | 100 | * @CT_KILL_NOTIFICATION: &struct ct_kill_notif |
---|
.. | .. |
---|
207 | 214 | } __packed; /* TEMPERATURE_MEASUREMENT_TRIGGER_NTFY_S_VER_2 */ |
---|
208 | 215 | |
---|
209 | 216 | /** |
---|
| 217 | + * struct iwl_dts_measurement_resp - measurements response |
---|
| 218 | + * |
---|
| 219 | + * @temp: the measured temperature |
---|
| 220 | + */ |
---|
| 221 | +struct iwl_dts_measurement_resp { |
---|
| 222 | + __le32 temp; |
---|
| 223 | +} __packed; /* CMD_DTS_MEASUREMENT_RSP_API_S_VER_1 */ |
---|
| 224 | + |
---|
| 225 | +/** |
---|
210 | 226 | * struct ct_kill_notif - CT-kill entry notification |
---|
211 | 227 | * |
---|
212 | 228 | * @temperature: the current temperature in celsius |
---|