Fix USE_KERNEL_HEADERS build with compat-wireless
authorJouni Malinen <j@w1.fi>
Tue, 3 Jun 2008 08:57:52 +0000 (11:57 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 3 Jun 2008 08:57:52 +0000 (11:57 +0300)
commit957ed801e9261c051c2ca1bbc5a051ff38e11fde
tree9cfa70e6b7c44e7fb142d08c6c565f905b7c101c
parent7e1488494e0150ee7fdef83355266b5633c5c1b0
Fix USE_KERNEL_HEADERS build with compat-wireless

compat-wireless does not include linux/compiler.h to define __user, so
define it in hostapd code before including linux/wireless.h.
hostapd/driver_hostap.c
hostapd/driver_prism54.c