summaryrefslogtreecommitdiffstats
path: root/bcm4329/src/dhd/sys/dhd_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'bcm4329/src/dhd/sys/dhd_proto.h')
-rw-r--r--bcm4329/src/dhd/sys/dhd_proto.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/bcm4329/src/dhd/sys/dhd_proto.h b/bcm4329/src/dhd/sys/dhd_proto.h
index 1e2401a..382785a 100644
--- a/bcm4329/src/dhd/sys/dhd_proto.h
+++ b/bcm4329/src/dhd/sys/dhd_proto.h
@@ -4,7 +4,7 @@
* Provides type definitions and function prototypes used to link the
* DHD OS, bus, and protocol modules.
*
- * Copyright (C) 1999-2009, Broadcom Corporation
+ * Copyright (C) 1999-2010, Broadcom Corporation
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
@@ -24,7 +24,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: dhd_proto.h,v 1.2.82.1.4.1.16.6 2009/06/17 01:01:55 Exp $
+ * $Id: dhd_proto.h,v 1.2.82.1.4.1.16.7 2010/05/10 12:54:59 Exp $
*/
#ifndef _dhd_proto_h_
@@ -37,6 +37,10 @@
#define IOCTL_RESP_TIMEOUT 2000 /* In milli second */
#endif
+#ifndef IOCTL_CHIP_ACTIVE_TIMEOUT
+#define IOCTL_CHIP_ACTIVE_TIMEOUT 10 /* In milli second */
+#endif
+
/*
* Exported from the dhd protocol module (dhd_cdc, dhd_rndis)
*/