From f29e8a8442d76595a05e8e011d989b0e94bbfd64 Mon Sep 17 00:00:00 2001 From: Peter Denison Date: Sun, 8 Jun 2008 20:19:19 +0000 Subject: Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. Fixes #3501 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11407 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hostapd/patches/002-add-nl80211-driver.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/hostapd/patches/002-add-nl80211-driver.patch b/package/hostapd/patches/002-add-nl80211-driver.patch index ba178a0541..6f62a2a4a8 100644 --- a/package/hostapd/patches/002-add-nl80211-driver.patch +++ b/package/hostapd/patches/002-add-nl80211-driver.patch @@ -31,7 +31,7 @@ diff -urN hostapd.orig/driver_nl80211.c hostapd/driver_nl80211.c +#include +#include +#include /* The L2 protocols */ -+#include ++#include "wireless_copy.h" +#include + +#include "hostapd.h" -- cgit v1.2.3