1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-02 21:38:54 +03:00

Fix hostapd compilation which was broken only for 2.6.25 (#3733).

Thanks to Hauke Mehrtens.


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11763 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2008-07-10 14:23:06 +00:00
parent ff16d4f009
commit ab218a449b

View File

@ -0,0 +1,13 @@
diff -Naur hostapd/driver_nl80211.c hostapd.new/driver_nl80211.c
--- hostapd/hostapd/driver_nl80211.c 2008-02-23 03:45:24.000000000 +0100
+++ hostapd.new/hostapd/driver_nl80211.c 2008-06-28 12:46:56.000000000 +0200
@@ -27,7 +27,7 @@
#include <net/if.h>
#include <linux/if_packet.h>
#include <linux/if_ether.h> /* The L2 protocols */
-#include <linux/wireless.h>
+#include "wireless_copy.h"
#include <net/if_arp.h>
#include "hostapd.h"