]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/bridge/netfilter/ebt_802_3.c
netfilter: xtables: substitute temporary defines by final name
[net-next-2.6.git] / net / bridge / netfilter / ebt_802_3.c
index f7de8dbc3422bb22a3d64fc3baf9db4cd2ce4040..4b0df00c82ecc60ad45f7dc975543f5d5b0d498c 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/netfilter_bridge/ebt_802_3.h>
 
 static bool
-ebt_802_3_mt(const struct sk_buff *skb, const struct xt_match_param *par)
+ebt_802_3_mt(const struct sk_buff *skb, const struct xt_action_param *par)
 {
        const struct ebt_802_3_info *info = par->matchinfo;
        const struct ebt_802_3_hdr *hdr = ebt_802_3_hdr(skb);