]> git.ipfire.org Git - thirdparty/hostap.git/commit
Drop USE_KERNEL_HEADERS define
authorJouni Malinen <j@w1.fi>
Sat, 26 Mar 2016 09:29:53 +0000 (11:29 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 26 Mar 2016 09:29:53 +0000 (11:29 +0200)
commit795abc8e0a369d24d6ca80c5f998bd516918649f
tree96752c75d9e5a7410090de07708dc547ebee0ad8
parent9b7cd5788ac8224ffbe8712bee754446e0540921
Drop USE_KERNEL_HEADERS define

This was only used for providing an option to use linux/if_packet.h
instgead of netpacket/packet.h in src/ap/iapp.c. However,
netpacket/packet.h is nowadays commonly available and hostapd already
depends on it through src/l2_packet/l2_packet_linux.c, so there is no
need to continue to provide this option for the kernel header.

Signed-off-by: Jouni Malinen <j@w1.fi>
hostapd/Makefile
src/ap/iapp.c