]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Fixed build without CONFIG_IEEE80211N
authorJouni Malinen <j@w1.fi>
Mon, 12 Jan 2009 20:08:53 +0000 (22:08 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 12 Jan 2009 20:08:53 +0000 (22:08 +0200)
hostapd/driver_hostap.c
hostapd/driver_nl80211.c
hostapd/driver_test.c

index 18ee729b91e8881785f9489dc586f2b467e755a2..57c6ee8842ba67d78e161a3aa89ef0e9561ad703 100644 (file)
@@ -38,6 +38,7 @@
 #include "priv_netlink.h"
 #include "hostap_common.h"
 #include "hw_features.h"
+#include "ieee802_11_defs.h"
 
 static const u8 rfc1042_header[6] = { 0xaa, 0xaa, 0x03, 0x00, 0x00, 0x00 };
 
index a7300bcf92abe603982277fe9640d1188cf2503c..514243df6e8124ed145b533023f25d1b932961e6 100644 (file)
@@ -36,6 +36,7 @@
 #include "mlme.h"
 #include "radiotap.h"
 #include "radiotap_iter.h"
+#include "ieee802_11_defs.h"
 
 #ifdef CONFIG_LIBNL20
 /* libnl 2.0 compatibility code */
index 0a87395435f0c2d292502c3ee3b789a8bd33867f..74b80df10192946aa5dcea1ecdbac50dc7ddcb8b 100644 (file)
@@ -24,6 +24,7 @@
 #include "l2_packet/l2_packet.h"
 #include "hw_features.h"
 #include "wps_hostapd.h"
+#include "ieee802_11_defs.h"
 
 
 struct test_client_socket {