From bac912e5bda2ff123dc2d97c1d7bbd1f0c8ffde2 Mon Sep 17 00:00:00 2001
From: Jouni Malinen <jouni.malinen@atheros.com>
Date: Tue, 18 Nov 2008 15:06:03 +0200
Subject: [PATCH] Remove extra typedefs since they do not seem to be needed
 anymore

These typedefs were causing build issues with new kernel/C library headers,
so lets get rid of them since they do not seem to be needed anymore. This
applies only if CONFIG_FULL_DYNAMIC_VLAN is enabled which is not even
mentioned in the defconfig file, so this should not change behavior more
most users.
---
 hostapd/vlan_init.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/hostapd/vlan_init.c b/hostapd/vlan_init.c
index 44f0dc68a..87c61e2c0 100644
--- a/hostapd/vlan_init.c
+++ b/hostapd/vlan_init.c
@@ -26,12 +26,6 @@
 #include <sys/ioctl.h>
 #include <linux/sockios.h>
 #include <linux/if_vlan.h>
-typedef __uint64_t __u64;
-typedef __uint32_t __u32;
-typedef __int32_t __s32;
-typedef __uint16_t __u16;
-typedef __int16_t __s16;
-typedef __uint8_t __u8;
 #include <linux/if_bridge.h>
 
 #include "priv_netlink.h"