]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
driver_bsd: Fix build (eapol_sm.h is not needed anymore)
authorJouni Malinen <j@w1.fi>
Sat, 12 Dec 2009 21:33:43 +0000 (23:33 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 12 Dec 2009 21:33:43 +0000 (23:33 +0200)
src/drivers/driver_bsd.c

index ebc8fd7e6237a1bf13108e781af5e955de0a01ab..3f31b315164ddbec99e68ed76f0f35d8124e1b70 100644 (file)
@@ -156,7 +156,6 @@ bsd_set_ssid(int s, const char *ifname, const u8 *ssid, size_t ssid_len)
 #include "l2_packet/l2_packet.h"
 #include "../../hostapd/hostapd.h"
 #include "../../hostapd/config.h"
-#include "../../hostapd/eapol_sm.h"
 #include "../../hostapd/sta_flags.h"
 
 struct bsd_driver_data {