kernel: merge a softirq performance improvement patch
[openwrt/staging/dedeckeh.git] / package / network / services / hostapd / patches / 140-disable_bridge_packet_workaround.patch
index 6337d8d737bfa3c327d46b8843cbbe72efe4c14d..fdd5da9bf5e99cad1a998f80f435ac26097274cd 100644 (file)
@@ -1,6 +1,6 @@
 --- a/src/l2_packet/l2_packet_linux.c
 +++ b/src/l2_packet/l2_packet_linux.c
-@@ -307,8 +307,7 @@ struct l2_packet_data * l2_packet_init_b
+@@ -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);
@@ -8,5 +8,5 @@
 -              return NULL;
 +      return l2;
  
+ #ifndef CONFIG_NO_LINUX_PACKET_SOCKET_WAR
        /*
-        * The Linux packet socket behavior has changed over the years and there