diff options
Diffstat (limited to 'packages/hostap/hostap-daemon-0.3.7/madwifi-bsd-fix.diff')
-rw-r--r-- | packages/hostap/hostap-daemon-0.3.7/madwifi-bsd-fix.diff | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/hostap/hostap-daemon-0.3.7/madwifi-bsd-fix.diff b/packages/hostap/hostap-daemon-0.3.7/madwifi-bsd-fix.diff index e69de29bb2..d9dab26a15 100644 --- a/packages/hostap/hostap-daemon-0.3.7/madwifi-bsd-fix.diff +++ b/packages/hostap/hostap-daemon-0.3.7/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> |