diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-11-11 00:34:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-11-11 00:34:42 +0000 |
commit | a8ea28ad9064395bf635ecd5d957796e2f0163c4 (patch) | |
tree | 232bc4194d8bcf8ab8417d27c69bbe6ce6e47772 /package/hostapd/patches/130-libnl_update.patch | |
parent | 9884abab6d1ced6ddf6611cd5cf74794d7dc115e (diff) | |
download | mtk-20170518-a8ea28ad9064395bf635ecd5d957796e2f0163c4.zip mtk-20170518-a8ea28ad9064395bf635ecd5d957796e2f0163c4.tar.gz mtk-20170518-a8ea28ad9064395bf635ecd5d957796e2f0163c4.tar.bz2 |
hostapd: update to latest git, remove openssl dependency for hostapd-full, it works with internal crypto now
SVN-Revision: 18360
Diffstat (limited to 'package/hostapd/patches/130-libnl_update.patch')
-rw-r--r-- | package/hostapd/patches/130-libnl_update.patch | 18 |
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 51bc58a..0000000 --- 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 { |