diff options
author | Jouni Malinen <jouni.malinen@atheros.com> | 2008-11-18 15:06:03 +0200 |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2008-11-18 15:06:03 +0200 |
commit | bac912e5bda2ff123dc2d97c1d7bbd1f0c8ffde2 (patch) | |
tree | 7e6d02bea210e0cf1ac0372cd870b7b6b291eaf0 /hostapd/vlan_init.c | |
parent | ba60b94a40a0867c8beb741dd0fe40f7c1f38eba (diff) | |
download | external_wpa_supplicant_8_ti-bac912e5bda2ff123dc2d97c1d7bbd1f0c8ffde2.zip external_wpa_supplicant_8_ti-bac912e5bda2ff123dc2d97c1d7bbd1f0c8ffde2.tar.gz external_wpa_supplicant_8_ti-bac912e5bda2ff123dc2d97c1d7bbd1f0c8ffde2.tar.bz2 |
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.
Diffstat (limited to 'hostapd/vlan_init.c')
-rw-r--r-- | hostapd/vlan_init.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hostapd/vlan_init.c b/hostapd/vlan_init.c index 44f0dc6..87c61e2 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" |