forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/drivers/net/wireless/intel/iwlwifi/iwl-drv.h
....@@ -5,7 +5,7 @@
55 *
66 * GPL LICENSE SUMMARY
77 *
8
- * Copyright(c) 2008 - 2014 Intel Corporation. All rights reserved.
8
+ * Copyright(c) 2008 - 2014, 2020 Intel Corporation. All rights reserved.
99 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
1010 *
1111 * This program is free software; you can redistribute it and/or modify
....@@ -17,11 +17,6 @@
1717 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
1818 * General Public License for more details.
1919 *
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
- *
2520 * The full GNU General Public License is included in this distribution
2621 * in the file called COPYING.
2722 *
....@@ -31,7 +26,7 @@
3126 *
3227 * BSD LICENSE
3328 *
34
- * Copyright(c) 2005 - 2014 Intel Corporation. All rights reserved.
29
+ * Copyright(c) 2005 - 2014, 2020 Intel Corporation. All rights reserved.
3530 * Copyright(c) 2013 - 2014 Intel Mobile Communications GmbH
3631 * All rights reserved.
3732 *
....@@ -68,8 +63,7 @@
6863
6964 /* for all modules */
7065 #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>"
7367
7468 /* radio config bits (actual values from NVM definition) */
7569 #define NVM_RF_CFG_DASH_MSK(x) (x & 0x3) /* bits 0-1 */
....@@ -150,4 +144,7 @@
150144 #define IWL_EXPORT_SYMBOL(sym)
151145 #endif
152146
147
+/* max retry for init flow */
148
+#define IWL_MAX_INIT_RETRY 2
149
+
153150 #endif /* __iwl_drv_h__ */