Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. Fixes...
authorPeter Denison <openwrt@marshadder.org>
Sun, 8 Jun 2008 20:19:19 +0000 (20:19 +0000)
committerPeter Denison <openwrt@marshadder.org>
Sun, 8 Jun 2008 20:19:19 +0000 (20:19 +0000)
SVN-Revision: 11407

package/hostapd/patches/002-add-nl80211-driver.patch

index ba178a05412a2eacd0c071c710a0146314c5d3c7..6f62a2a4a8a639cd71d19dd8d56fbdf95b7e3b49 100644 (file)
@@ -31,7 +31,7 @@ diff -urN hostapd.orig/driver_nl80211.c hostapd/driver_nl80211.c
 +#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"