summaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches/130-libnl_update.patch
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-11 00:34:42 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-11-11 00:34:42 +0000
commitcd60446ca1b23bf3fae38ba428de2d512e9d9e24 (patch)
tree98ae450f3997d28e4a7b8649f9299c86717118e1 /package/hostapd/patches/130-libnl_update.patch
parentbe57a0a21b3b78381a5a000a9a0c3569796eb6c3 (diff)
hostapd: update to latest git, remove openssl dependency for hostapd-full, it works with internal crypto now
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18360 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches/130-libnl_update.patch')
-rw-r--r--package/hostapd/patches/130-libnl_update.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/package/hostapd/patches/130-libnl_update.patch b/package/hostapd/patches/130-libnl_update.patch
deleted file mode 100644
index 51bc58a08..000000000
--- a/package/hostapd/patches/130-libnl_update.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/hostapd/driver_nl80211.c
-+++ b/hostapd/driver_nl80211.c
-@@ -29,6 +29,7 @@
- #include "wireless_copy.h"
- #include <linux/filter.h>
- #include <net/if_arp.h>
-+#include <linux/rtnetlink.h>
-
- #include "hostapd.h"
- #include "driver.h"
-@@ -45,6 +46,7 @@
- /* libnl 2.0 compatibility code */
- #define nl_handle_alloc_cb nl_socket_alloc_cb
- #define nl_handle_destroy nl_socket_free
-+#define nl_handle nl_sock
- #endif /* CONFIG_LIBNL20 */
-
- enum ieee80211_msg_type {