From 8c466759dea42a2c694a53d9ab79e90b5833ff1c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Thu, 30 Apr 2009 18:11:01 +0000 Subject: hostapd: use libnl-tiny instead of libnl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15519 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/hostapd/patches/130-libnl_update.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 package/hostapd/patches/130-libnl_update.patch (limited to 'package/hostapd/patches') diff --git a/package/hostapd/patches/130-libnl_update.patch b/package/hostapd/patches/130-libnl_update.patch new file mode 100644 index 0000000000..51bc58a08a --- /dev/null +++ b/package/hostapd/patches/130-libnl_update.patch @@ -0,0 +1,18 @@ +--- a/hostapd/driver_nl80211.c ++++ b/hostapd/driver_nl80211.c +@@ -29,6 +29,7 @@ + #include "wireless_copy.h" + #include + #include ++#include + + #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 { -- cgit v1.2.3