summaryrefslogtreecommitdiffstats
path: root/bcmdhd/dhdutil/dhdu.h
diff options
context:
space:
mode:
authorRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-07-24 23:00:45 +0100
committerRicardo Cerqueira <cyanogenmod@cerqueira.org>2013-07-24 23:00:45 +0100
commit3cc1f8a1eb2986db05de6dd25c0869921dc41136 (patch)
tree0645a44275cea5928b9f2d52b591a9d09969032c /bcmdhd/dhdutil/dhdu.h
parent6863a0b90384a0fcb2d6280923e942242293f1c0 (diff)
parent82f1cb8a08a90ff145e0a4eebede9c6a1ba2be95 (diff)
downloadandroid_hardware_broadcom_wlan-cm-10.2.tar.gz
android_hardware_broadcom_wlan-cm-10.2.tar.bz2
android_hardware_broadcom_wlan-cm-10.2.zip
Merge tag 'android-4.3_r2.1' into cm-10.2cm-10.2.1cm-10.2.0cm-10.2-M1stable/cm-10.2cm-10.2
Android 4.3 release 2.1 Conflicts: bcm4329/Android.mk bcmdhd/config/config-bcm.mk Change-Id: Ib265fc14466dc52c40db6e2b457dbba84992fb2f
Diffstat (limited to 'bcmdhd/dhdutil/dhdu.h')
-rw-r--r--bcmdhd/dhdutil/dhdu.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/bcmdhd/dhdutil/dhdu.h b/bcmdhd/dhdutil/dhdu.h
index dbda436..1792029 100644
--- a/bcmdhd/dhdutil/dhdu.h
+++ b/bcmdhd/dhdutil/dhdu.h
@@ -1,7 +1,7 @@
/*
* Definitions for DHD command-line utility
*
- * Copyright (C) 1999-2012, Broadcom Corporation
+ * Copyright (C) 1999-2013, Broadcom Corporation
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
@@ -15,7 +15,7 @@
* OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
* CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: dhdu.h 294362 2011-11-06 22:26:56Z $
+ * $Id: dhdu.h 379386 2013-01-17 07:20:55Z $
*/
#ifndef _dhdu_h_
@@ -46,10 +46,6 @@ struct ipv4_addr;
int dhd_ether_atoe(const char *a, struct ether_addr *n);
int dhd_atoip(const char *a, struct ipv4_addr *n);
-#define USAGE_ERROR -1 /* Error code for Usage */
-#define IOCTL_ERROR -2 /* Error code for ioctl failure */
-#define COMMAND_ERROR -3 /* Error code for general command failure */
-
/* integer output format */
#define INT_FMT_DEC 0 /* signed integer */
#define INT_FMT_UINT 1 /* unsigned integer */