From 90a0daf4fe2aca55169c5ff7862b867516837c30 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 4 May 2019 01:58:53 +0200 Subject: hostapd: use config option CONFIG_NO_LINUX_PACKET_SOCKET_WAR Instead of patching the workaround away, just use the config option. Signed-off-by: Hauke Mehrtens (cherry picked from commit 9b4a27455c17c00698ce7ce24e0bcad419c6319e) --- .../patches/120-disable_bridge_packet_workaround.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 package/network/services/hostapd/patches/120-disable_bridge_packet_workaround.patch (limited to 'package/network/services/hostapd/patches') diff --git a/package/network/services/hostapd/patches/120-disable_bridge_packet_workaround.patch b/package/network/services/hostapd/patches/120-disable_bridge_packet_workaround.patch deleted file mode 100644 index 090aaaa0db..0000000000 --- a/package/network/services/hostapd/patches/120-disable_bridge_packet_workaround.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/src/l2_packet/l2_packet_linux.c -+++ b/src/l2_packet/l2_packet_linux.c -@@ -360,8 +360,7 @@ struct l2_packet_data * l2_packet_init_b - - l2 = l2_packet_init(br_ifname, own_addr, protocol, rx_callback, - rx_callback_ctx, l2_hdr); -- if (!l2) -- return NULL; -+ return l2; - - #ifndef CONFIG_NO_LINUX_PACKET_SOCKET_WAR - /* -- cgit v1.2.3