]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/llc/llc_sap.c
Merge branch 'for-linus' of gregkh@master.kernel.org:/pub/scm/linux/kernel/git/dtor...
[linux-2.6-omap-h63xx.git] / net / llc / llc_sap.c
index 42eb0c3a97804aa3726999107da0cf65a8cd16a5..61cb8cf7d1532a4d4b1abd51244e863fc7e8b887 100644 (file)
@@ -330,6 +330,9 @@ static void llc_sap_mcast(struct llc_sap *sap,
                if (llc->laddr.lsap != laddr->lsap)
                        continue;
 
+               if (llc->dev != skb->dev)
+                       continue;
+
                skb1 = skb_clone(skb, GFP_ATOMIC);
                if (!skb1)
                        break;