diff options
author | Andrei Otcheretianski <andrei.otcheretianski@intel.com> | 2013-12-15 08:47:40 (GMT) |
---|---|---|
committer | Jouni Malinen <j@w1.fi> | 2013-12-24 06:22:37 (GMT) |
commit | 13daed58c7bd63b073634d1ea73b3b75fa87d5d2 (patch) | |
tree | 1bc68265c932cdb2762d596ffbb36789b5f39535 /src/ap/wpa_auth_glue.c | |
parent | a12d34546a4cf9800fb2bf679417b8cf25e6f420 (diff) | |
download | hostap-13daed58c7bd63b073634d1ea73b3b75fa87d5d2.zip hostap-13daed58c7bd63b073634d1ea73b3b75fa87d5d2.tar.gz hostap-13daed58c7bd63b073634d1ea73b3b75fa87d5d2.tar.bz2 |
Include driver.h in hostapd.h
This allows use of structs (and not only pointers) defined in drivers.h.
Remove also some not needed forward declarations and redundant includes.
Signed-hostap: Andrei Otcheretianski <andrei.otcheretianski@intel.com>
Diffstat (limited to 'src/ap/wpa_auth_glue.c')
-rw-r--r-- | src/ap/wpa_auth_glue.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ap/wpa_auth_glue.c b/src/ap/wpa_auth_glue.c index cbaab9f..4c1d625 100644 --- a/src/ap/wpa_auth_glue.c +++ b/src/ap/wpa_auth_glue.c @@ -15,7 +15,6 @@ #include "eapol_auth/eapol_auth_sm_i.h" #include "eap_server/eap.h" #include "l2_packet/l2_packet.h" -#include "drivers/driver.h" #include "hostapd.h" #include "ieee802_1x.h" #include "preauth_auth.h" |