diff options
author | Peter Denison <openwrt@marshadder.org> | 2008-06-08 20:19:19 +0000 |
---|---|---|
committer | Peter Denison <openwrt@marshadder.org> | 2008-06-08 20:19:19 +0000 |
commit | f29e8a8442d76595a05e8e011d989b0e94bbfd64 (patch) | |
tree | ab5f2584fdbc1776b71345c47cea7125ed714b48 /package/hostapd/patches | |
parent | b8569f8857dff6145b5882553e0c02eebf301712 (diff) | |
download | upstream-f29e8a8442d76595a05e8e011d989b0e94bbfd64.tar.gz upstream-f29e8a8442d76595a05e8e011d989b0e94bbfd64.tar.bz2 upstream-f29e8a8442d76595a05e8e011d989b0e94bbfd64.zip |
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
Diffstat (limited to 'package/hostapd/patches')
-rw-r--r-- | package/hostapd/patches/002-add-nl80211-driver.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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 <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" |