.. | .. |
---|
5 | 5 | * |
---|
6 | 6 | * GPL LICENSE SUMMARY |
---|
7 | 7 | * |
---|
8 | | - * Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved. |
---|
| 8 | + * Copyright(c) 2008 - 2014, 2020 Intel Corporation. All rights reserved. |
---|
9 | 9 | * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH |
---|
10 | 10 | * |
---|
11 | 11 | * This program is free software; you can redistribute it and/or modify |
---|
.. | .. |
---|
17 | 17 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU |
---|
18 | 18 | * General Public License for more details. |
---|
19 | 19 | * |
---|
20 | | - * You should have received a copy of the GNU General Public License |
---|
21 | | - * along with this program; if not, write to the Free Software |
---|
22 | | - * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110, |
---|
23 | | - * USA |
---|
24 | | - * |
---|
25 | 20 | * The full GNU General Public License is included in this distribution |
---|
26 | 21 | * in the file called COPYING. |
---|
27 | 22 | * |
---|
.. | .. |
---|
31 | 26 | * |
---|
32 | 27 | * BSD LICENSE |
---|
33 | 28 | * |
---|
34 | | - * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved. |
---|
| 29 | + * Copyright(c) 2005 - 2014, 2020 Intel Corporation. All rights reserved. |
---|
35 | 30 | * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH |
---|
36 | 31 | * All rights reserved. |
---|
37 | 32 | * |
---|
.. | .. |
---|
68 | 63 | |
---|
69 | 64 | /* for all modules */ |
---|
70 | 65 | #define DRV_NAME "iwlwifi" |
---|
71 | | -#define DRV_COPYRIGHT "Copyright(c) 2003- 2015 Intel Corporation" |
---|
72 | | -#define DRV_AUTHOR "<linuxwifi@intel.com>" |
---|
| 66 | +#define DRV_AUTHOR "Intel Corporation <linuxwifi@intel.com>" |
---|
73 | 67 | |
---|
74 | 68 | /* radio config bits (actual values from NVM definition) */ |
---|
75 | 69 | #define NVM_RF_CFG_DASH_MSK(x) (x & 0x3) /* bits 0-1 */ |
---|
.. | .. |
---|
150 | 144 | #define IWL_EXPORT_SYMBOL(sym) |
---|
151 | 145 | #endif |
---|
152 | 146 | |
---|
| 147 | +/* max retry for init flow */ |
---|
| 148 | +#define IWL_MAX_INIT_RETRY 2 |
---|
| 149 | + |
---|
153 | 150 | #endif /* __iwl_drv_h__ */ |
---|