hc
2023-12-09 b22da3d8526a935aa31e086e63f60ff3246cb61c
kernel/drivers/net/wireless/intel/iwlwifi/dvm/dev.h
....@@ -1,22 +1,7 @@
1
+/* SPDX-License-Identifier: GPL-2.0-only */
12 /******************************************************************************
23 *
3
- * Copyright(c) 2003 - 2014 Intel Corporation. All rights reserved.
4
- *
5
- * This program is free software; you can redistribute it and/or modify it
6
- * under the terms of version 2 of the GNU General Public License as
7
- * published by the Free Software Foundation.
8
- *
9
- * This program is distributed in the hope that it will be useful, but WITHOUT
10
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12
- * more details.
13
- *
14
- * You should have received a copy of the GNU General Public License along with
15
- * this program; if not, write to the Free Software Foundation, Inc.,
16
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17
- *
18
- * The full GNU General Public License is included in this distribution in the
19
- * file called LICENSE.
4
+ * Copyright(c) 2003 - 2014, 2020 Intel Corporation. All rights reserved.
205 *
216 * Contact Information:
227 * Intel Linux Wireless <linuxwifi@intel.com>
....@@ -251,11 +236,6 @@
251236 u16 barker_corr_th_min_mrc;
252237 u16 nrg_th_cca;
253238 };
254
-
255
-
256
-#define KELVIN_TO_CELSIUS(x) ((x)-273)
257
-#define CELSIUS_TO_KELVIN(x) ((x)+273)
258
-
259239
260240 /******************************************************************************
261241 *
....@@ -830,7 +810,6 @@
830810 u8 bt_traffic_load, last_bt_traffic_load;
831811 bool bt_ch_announce;
832812 bool bt_full_concurrent;
833
- bool bt_ant_couple_ok;
834813 __le32 kill_ack_mask;
835814 __le32 kill_cts_mask;
836815 __le16 bt_valid;