summaryrefslogtreecommitdiff
path: root/src/dhd/exe/dhdu_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dhd/exe/dhdu_cmd.h')
-rw-r--r--src/dhd/exe/dhdu_cmd.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/dhd/exe/dhdu_cmd.h b/src/dhd/exe/dhdu_cmd.h
index 1d6622b..fbf231d 100644
--- a/src/dhd/exe/dhdu_cmd.h
+++ b/src/dhd/exe/dhdu_cmd.h
@@ -1,7 +1,7 @@
/*
* Command structure for dhd command line utility, copied from wl utility
*
- * Copyright (C) 1999-2009, Broadcom Corporation
+ * Copyright (C) 1999-2011, Broadcom Corporation
*
* Unless you and Broadcom execute a separate written software license
* agreement governing use of this software, this software is licensed to you
@@ -21,7 +21,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: dhdu_cmd.h,v 1.3.102.2 2008/05/07 00:19:34 Exp $
+ * $Id: dhdu_cmd.h,v 1.6 2008-06-05 00:36:42 Exp $
*/
#ifndef _dhdu_cmd_h_
@@ -43,6 +43,11 @@ struct cmd {
extern cmd_t dhd_cmds[];
extern cmd_t dhd_varcmd;
+/* Special set cmds to do download via dev node interface if present */
+#define DHD_DLDN_ST 0x400
+#define DHD_DLDN_WRITE (DHD_DLDN_ST + 1)
+#define DHD_DLDN_END (DHD_DLDN_ST + 2)
+
/* per-port ioctl handlers */
extern int dhd_get(void *dhd, int cmd, void *buf, int len);
extern int dhd_set(void *dhd, int cmd, void *buf, int len);