Merge 72a78d04fa8899c1e21988346c85f0ed5c574b91 on remote branch

Change-Id: Ifa4783cf8cc56d863fd9f9ae4927daecab46108a
diff --git a/sigma_dut.h b/sigma_dut.h
index 5a07e18..f78d148 100644
--- a/sigma_dut.h
+++ b/sigma_dut.h
@@ -42,7 +42,14 @@
 #include "nl80211_copy.h"
 #endif /* NL80211_SUPPORT */
 #ifdef ANDROID_WIFI_HAL
+/* avoid duplicate definitions from wifi_hal.h causing issues */
+#define u32 wifi_hal_u32
+#define u16 wifi_hal_u16
+#define u8 wifi_hal_u8
 #include "wifi_hal.h"
+#undef u32
+#undef u16
+#undef u8
 #endif /*ANDROID_WIFI_HAL*/
 
 #ifdef NL80211_SUPPORT