mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
hostapd: use libnl-tiny instead of libnl
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15519 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
18
package/hostapd/patches/130-libnl_update.patch
Normal file
18
package/hostapd/patches/130-libnl_update.patch
Normal file
@@ -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 {
|
||||
Reference in New Issue
Block a user