aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/bcmdhd/include/epivers.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/bcmdhd/include/epivers.h')
-rw-r--r--drivers/net/wireless/bcmdhd/include/epivers.h26
1 files changed, 9 insertions, 17 deletions
diff --git a/drivers/net/wireless/bcmdhd/include/epivers.h b/drivers/net/wireless/bcmdhd/include/epivers.h
index 12470ad..597e327 100644
--- a/drivers/net/wireless/bcmdhd/include/epivers.h
+++ b/drivers/net/wireless/bcmdhd/include/epivers.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1999-2012, Broadcom Corporation
+ * Copyright (C) 1999-2014, Broadcom Corporation
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
@@ -19,7 +19,7 @@
* software in any way with any other Broadcom software provided under a license
* other than the GPL, without Broadcom's express prior written consent.
*
- * $Id: epivers.h.in,v 13.33 2010-09-08 22:08:53 csm Exp $
+ * $Id: epivers.h.in,v 13.33 2010-09-08 22:08:53 $
*
*/
@@ -28,29 +28,21 @@
#define EPI_MAJOR_VERSION 1
-#define EPI_MINOR_VERSION 61
+#define EPI_MINOR_VERSION 141
-#define EPI_RC_NUMBER 47
+#define EPI_RC_NUMBER 44
-#define EPI_INCREMENTAL_NUMBER 0
+#define EPI_INCREMENTAL_NUMBER 4
#define EPI_BUILD_NUMBER 0
-#define EPI_VERSION 1, 61, 47, 0
+#define EPI_VERSION 1, 141, 44, 4
-#define EPI_VERSION_NUM 0x013d2f00
+#define EPI_VERSION_NUM 0x018d2c04
-#define EPI_VERSION_DEV 1.61.47
+#define EPI_VERSION_DEV 1.141.44
/* Driver Version String, ASCII, 32 chars max */
-#ifdef BCMINTERNAL
-#define EPI_VERSION_STR "1.61.47 (r BCMINT)"
-#else
-#ifdef WLTEST
-#define EPI_VERSION_STR "1.61.47 (r WLTEST)"
-#else
-#define EPI_VERSION_STR "1.61.47 (r)"
-#endif
-#endif /* BCMINTERNAL */
+#define EPI_VERSION_STR "1.141.44.4 (r)"
#endif /* _epivers_h_ */