X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;ds=sidebyside;f=target%2Flinux%2Fgeneric-2.6%2Fpatches-2.6.29%2F240-packet_socket_type.patch;h=720d3201f3357144a6739872c811b92110d437cc;hb=92417eb67e67e7bc5dc3603ce9d1e3e49d913137;hp=710b7c06abdd349325493f353675f7ac14cd1cc7;hpb=b645d7df22f212f2d518ab5b8c62a8d57e3cdb51;p=openwrt-10.03%2F.git diff --git a/target/linux/generic-2.6/patches-2.6.29/240-packet_socket_type.patch b/target/linux/generic-2.6/patches-2.6.29/240-packet_socket_type.patch index 710b7c06a..720d3201f 100644 --- a/target/linux/generic-2.6/patches-2.6.29/240-packet_socket_type.patch +++ b/target/linux/generic-2.6/patches-2.6.29/240-packet_socket_type.patch @@ -95,7 +95,7 @@ Signed-off-by: Felix Fietkau spin_lock_init(&po->bind_lock); mutex_init(&po->pg_vec_lock); po->prot_hook.func = packet_rcv; -+ po->pkt_type = PACKET_MASK_ANY & ~PACKET_LOOPBACK; ++ po->pkt_type = PACKET_MASK_ANY & ~(1 << PACKET_LOOPBACK); if (sock->type == SOCK_PACKET) po->prot_hook.func = packet_rcv_spkt;