summaryrefslogtreecommitdiffstats
path: root/recipes/hostap/hostap-daemon/madwifi-bsd-fix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/hostap/hostap-daemon/madwifi-bsd-fix.diff')
-rw-r--r--recipes/hostap/hostap-daemon/madwifi-bsd-fix.diff12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/hostap/hostap-daemon/madwifi-bsd-fix.diff b/recipes/hostap/hostap-daemon/madwifi-bsd-fix.diff
new file mode 100644
index 0000000000..d9dab26a15
--- /dev/null
+++ b/recipes/hostap/hostap-daemon/madwifi-bsd-fix.diff
@@ -0,0 +1,12 @@
+--- driver_madwifi.c.orig 2005-03-18 15:12:53.392793216 +0100
++++ driver_madwifi.c 2005-03-18 15:13:09.246383104 +0100
+@@ -21,7 +21,8 @@
+ #include <sys/types.h>
+ #include <sys/socket.h>
+
+-#include <include/compat.h>
++#include <net80211/compat.h>
++#include <net80211/_ieee80211.h>
+ #include <net80211/ieee80211.h>
+ #include <net80211/ieee80211_crypto.h>
+ #include <net80211/ieee80211_ioctl.h>