aboutsummaryrefslogtreecommitdiffstats
path: root/package/hostapd/patches
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-04-30 18:11:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-04-30 18:11:01 +0000
commit8c466759dea42a2c694a53d9ab79e90b5833ff1c (patch)
tree4922c4e3e5f2f7fddb9916866cbe9a4fb9527268 /package/hostapd/patches
parent0037895227e200aba33104314bf073cef743fe6c (diff)
downloadmaster-187ad058-8c466759dea42a2c694a53d9ab79e90b5833ff1c.tar.gz
master-187ad058-8c466759dea42a2c694a53d9ab79e90b5833ff1c.tar.bz2
master-187ad058-8c466759dea42a2c694a53d9ab79e90b5833ff1c.zip
hostapd: use libnl-tiny instead of libnl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15519 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/hostapd/patches')
-rw-r--r--package/hostapd/patches/130-libnl_update.patch18
1 files changed, 18 insertions, 0 deletions
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 <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 {