summaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd/patches/140-disable_bridge_packet_workaround.patch
blob: fdd5da9bf5e99cad1a998f80f435ac26097274cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/src/l2_packet/l2_packet_linux.c
+++ b/src/l2_packet/l2_packet_linux.c
@@ -337,8 +337,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
 	/*