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 | ea8b4cb0d74fcc3a5e851c8d077b3c0d7639eb6d (patch) | |
tree | 5b1c535659602aa02d5584a7bf7a20d33c1252ac /package/hostapd/patches | |
parent | a59821735c3fed9f9594d5a6c66339f1d538fd61 (diff) | |
download | upstream-ea8b4cb0d74fcc3a5e851c8d077b3c0d7639eb6d.tar.gz upstream-ea8b4cb0d74fcc3a5e851c8d077b3c0d7639eb6d.tar.bz2 upstream-ea8b4cb0d74fcc3a5e851c8d077b3c0d7639eb6d.zip |
Compilation fix for hostapd with newer mac80211 code. Thanks Hauke Mehrtens. Fixes #3501
SVN-Revision: 11407
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" |