On Sun, Aug 19, 2012 at 10:16:08PM +0200, Patrick McHardy wrote: > Commit 1db20a52 (nfnetlink_log: Stop using NLA_PUT*().) incorrectly > converted a NLA_PUT_BE16 macro to nla_put_be32() in nfnetlink_log: > > - NLA_PUT_BE16(inst->skb, NFULA_HWTYPE, htons(skb->dev->type)); > + if (nla_put_be32(inst->skb, NFULA_HWTYPE, htons(skb->dev->type)) queued for net tree. Thanks Patrick. -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html