summaryrefslogtreecommitdiff
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.h23
1 files changed, 11 insertions, 12 deletions
diff --git a/drivers/net/wireless/bcmdhd/include/epivers.h b/drivers/net/wireless/bcmdhd/include/epivers.h
index 53dd2f73673..fe10cfc00ed 100644
--- a/drivers/net/wireless/bcmdhd/include/epivers.h
+++ b/drivers/net/wireless/bcmdhd/include/epivers.h
@@ -1,7 +1,7 @@
/*
- * Copyright (C) 1999-2011, Broadcom Corporation
+ * Copyright (C) 1999-2012, Broadcom Corporation
*
- * Unless you and Broadcom execute a separate written software license
+ * Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
* under the terms of the GNU General Public License version 2 (the "GPL"),
* available at http://www.broadcom.com/licenses/GPLv2.php, with the
@@ -19,31 +19,30 @@
* 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 277737 2011-08-16 17:54:59Z $
+ * $Id: epivers.h.in,v 13.33 2010-09-08 22:08:53 $
*
*/
-
#ifndef _epivers_h_
#define _epivers_h_
-#define EPI_MAJOR_VERSION 5
+#define EPI_MAJOR_VERSION 1
-#define EPI_MINOR_VERSION 90
+#define EPI_MINOR_VERSION 9
-#define EPI_RC_NUMBER 195
+#define EPI_RC_NUMBER 0
-#define EPI_INCREMENTAL_NUMBER 23
+#define EPI_INCREMENTAL_NUMBER 0
#define EPI_BUILD_NUMBER 0
-#define EPI_VERSION 5, 90, 195, 23
+#define EPI_VERSION 1, 9, 0, 0
-#define EPI_VERSION_NUM 0x055ac317
+#define EPI_VERSION_NUM 0x01090000
-#define EPI_VERSION_DEV 5.90.195
+#define EPI_VERSION_DEV 1.9.0
-#define EPI_VERSION_STR "5.90.195.23"
+#define EPI_VERSION_STR "1.9 (r310571)"
#endif