summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorEric Nelson <eric.nelson@boundarydevices.com>2013-03-16 11:13:16 -0700
committerEric Nelson <eric.nelson@boundarydevices.com>2013-06-02 09:51:20 -0700
commit5743be4605fa9cc52e9875314806a5fcdf00674d (patch)
tree536ecf8cfdc5dfe502e058395d18b131018a6997 /drivers
parente1bee3c8a20b1027c9fff4f0aba148aac278d00a (diff)
bcmdhd: fix Android build (missing dtoh32/16 macros)
Signed-off-by: Eric Nelson <eric.nelson@boundarydevices.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/wireless/bcmdhd/wl_android.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/bcmdhd/wl_android.c b/drivers/net/wireless/bcmdhd/wl_android.c
index 644de33ca1f4..599f0c449531 100644
--- a/drivers/net/wireless/bcmdhd/wl_android.c
+++ b/drivers/net/wireless/bcmdhd/wl_android.c
@@ -48,6 +48,9 @@
#endif
#endif /* CONFIG_WIFI_CONTROL_FUNC */
+#define dtoh32(i) i
+#define dtoh16(i) i
+
/* message levels */
#define ANDROID_ERROR_LEVEL 0x0001
#define ANDROID_TRACE_LEVEL 0x0002