]> git.ipfire.org Git - thirdparty/hostap.git/commit
Use own header file for defining Linux VLAN kernel interface
authorJouni Malinen <j@w1.fi>
Sat, 26 Mar 2016 09:19:49 +0000 (11:19 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 26 Mar 2016 09:24:38 +0000 (11:24 +0200)
commitc815fab83a525f01019f2eae93c99f27a66d68a6
tree4a1410a7a97484e23e275d38f0a2391cf16be18a
parent81606ab73bff3c402d03a60b590b4e723d8e12c1
Use own header file for defining Linux VLAN kernel interface

This gets rid of need to include linux/if_vlan.h and additional defines
in vlan_ioctl.c to avoid issues with missing definitions in libc
headers.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/vlan_full.c
src/ap/vlan_ioctl.c
src/common/linux_vlan.h [new file with mode: 0644]