diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-13 19:32:40 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2008-08-13 19:32:40 +0000 |
commit | 0e23a76f3ddaef6b7a71c9ed7d6b1adff256bf1a (patch) | |
tree | 719b6b74a182129a2a0b0e17b9b35eeaaac03084 /package/hostapd/patches/001-include_wireless_copy.patch | |
parent | a456d44645230228885d6c5265a6078f2d63cc13 (diff) |
Update hostapd to 0.6.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12298 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/001-include_wireless_copy.patch')
-rw-r--r-- | package/hostapd/patches/001-include_wireless_copy.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/package/hostapd/patches/001-include_wireless_copy.patch b/package/hostapd/patches/001-include_wireless_copy.patch deleted file mode 100644 index 1fa6d2809..000000000 --- a/package/hostapd/patches/001-include_wireless_copy.patch +++ /dev/null @@ -1,13 +0,0 @@ -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" - |