summaryrefslogtreecommitdiffstats
path: root/rtemsbsd/rtems/rtems-kernel-wpa-supplicant.c
diff options
context:
space:
mode:
authorChristian Mauderer <christian.mauderer@embedded-brains.de>2018-05-03 14:15:11 +0200
committerChristian Mauderer <christian.mauderer@embedded-brains.de>2018-08-02 10:25:37 +0200
commitb376ae131d9e99a90ddbee2015a2e19d67244ba1 (patch)
treed8a5fd2c217baae5ab62579f02fb8401fef8f22a /rtemsbsd/rtems/rtems-kernel-wpa-supplicant.c
parentipsec-tools: Apply patches from FreeBSD ports. (diff)
downloadrtems-libbsd-b376ae131d9e99a90ddbee2015a2e19d67244ba1.tar.bz2
ipsec-tools: Port libipsec, setkey and racoon.
Note that this replaces the libipsec from FreeBSD with the one provided by ipsec-tools.
Diffstat (limited to 'rtemsbsd/rtems/rtems-kernel-wpa-supplicant.c')
-rw-r--r--rtemsbsd/rtems/rtems-kernel-wpa-supplicant.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/rtemsbsd/rtems/rtems-kernel-wpa-supplicant.c b/rtemsbsd/rtems/rtems-kernel-wpa-supplicant.c
index 0403f443..8e3bdfa1 100644
--- a/rtemsbsd/rtems/rtems-kernel-wpa-supplicant.c
+++ b/rtemsbsd/rtems/rtems-kernel-wpa-supplicant.c
@@ -40,15 +40,12 @@
*/
#include <machine/rtems-bsd-kernel-space.h>
-#include <machine/rtems-bsd-thread.h>
+#include <machine/rtems-bsd-wpa-supplicant.h>
#include <sys/types.h>
#include <sys/kernel.h>
-#include <sys/lock.h>
#include <sys/mutex.h>
-#include <machine/rtems-bsd-wpa-supplicant.h>
-
static struct mtx wpa_supplicant_mtx;
MTX_SYSINIT(rtems_bsd_wpa_supplicant, &wpa_supplicant_mtx, "BSD WPA Supplicant",