6337d8d737bfa3c327d46b8843cbbe72efe4c14d
[15.05/openwrt.git] / package / network / services / hostapd / patches / 140-disable_bridge_packet_workaround.patch
1 --- a/src/l2_packet/l2_packet_linux.c
2 +++ b/src/l2_packet/l2_packet_linux.c
3 @@ -307,8 +307,7 @@ struct l2_packet_data * l2_packet_init_b
4  
5         l2 = l2_packet_init(br_ifname, own_addr, protocol, rx_callback,
6                             rx_callback_ctx, l2_hdr);
7 -       if (!l2)
8 -               return NULL;
9 +       return l2;
10  
11         /*
12          * The Linux packet socket behavior has changed over the years and there