diff options
Diffstat (limited to 'net/bridge/br_multicast.c')
-rw-r--r-- | net/bridge/br_multicast.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/br_multicast.c b/net/bridge/br_multicast.c index 6980625537ca..ed19b0a730ab 100644 --- a/net/bridge/br_multicast.c +++ b/net/bridge/br_multicast.c | |||
@@ -608,7 +608,7 @@ static void br_multicast_send_query(struct net_bridge *br, | |||
608 | if (port) { | 608 | if (port) { |
609 | __skb_push(skb, sizeof(struct ethhdr)); | 609 | __skb_push(skb, sizeof(struct ethhdr)); |
610 | skb->dev = port->dev; | 610 | skb->dev = port->dev; |
611 | NF_HOOK(PF_BRIDGE, NF_BR_LOCAL_OUT, skb, NULL, skb->dev, | 611 | NF_HOOK(NFPROTO_BRIDGE, NF_BR_LOCAL_OUT, skb, NULL, skb->dev, |
612 | dev_queue_xmit); | 612 | dev_queue_xmit); |
613 | } else | 613 | } else |
614 | netif_rx(skb); | 614 | netif_rx(skb); |