aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-05-04 01:58:53 +0200
committerHauke Mehrtens <hauke@hauke-m.de>2019-09-22 17:39:51 +0200
commit9b4a27455c17c00698ce7ce24e0bcad419c6319e (patch)
tree754c10c5b33dd03ed40b52a45a36d5257b1356ec /package/network/services/hostapd/patches
parent167028b750028ae3dac24f5ff96bbb1ba04e8bd7 (diff)
downloadupstream-9b4a27455c17c00698ce7ce24e0bcad419c6319e.tar.gz
upstream-9b4a27455c17c00698ce7ce24e0bcad419c6319e.tar.bz2
upstream-9b4a27455c17c00698ce7ce24e0bcad419c6319e.zip
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 <hauke@hauke-m.de>
Diffstat (limited to 'package/network/services/hostapd/patches')
-rw-r--r--package/network/services/hostapd/patches/120-disable_bridge_packet_workaround.patch12
1 files changed, 0 insertions, 12 deletions
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
- /*