]> err.no Git - linux-2.6/blobdiff - drivers/isdn/hysdn/hysdn_net.c
sky2: Hold RTNL while calling dev_close()
[linux-2.6] / drivers / isdn / hysdn / hysdn_net.c
index 557d96c78a623d03d4e78e80c81a86280ee2f2ce..cfa8fa5e44ab5d1352eff43b3cc5407624ca80e1 100644 (file)
@@ -214,8 +214,6 @@ hysdn_rx_netpkt(hysdn_card * card, unsigned char *buf, unsigned short len)
                lp->stats.rx_dropped++;
                return;
        }
-       skb->dev = &lp->netdev;
-
        /* copy the data */
        memcpy(skb_put(skb, len), buf, len);