tag rc6
[openwrt/svn-archive/openwrt.git] / openwrt / target / linux / linux-2.4 / patches / generic / 221-ppp_kfree_skb_fix.patch
diff --git a/openwrt/target/linux/linux-2.4/patches/generic/221-ppp_kfree_skb_fix.patch b/openwrt/target/linux/linux-2.4/patches/generic/221-ppp_kfree_skb_fix.patch
deleted file mode 100644 (file)
index 5619f1d..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- linux-2.4.30/drivers/net/ppp_async.c~      2006-06-16 22:41:01.000000000 +0300
-+++ linux-2.4.30/drivers/net/ppp_async.c       2006-06-16 22:41:01.000000000 +0300
-@@ -624,7 +624,7 @@
-       *buf++ = PPP_FLAG;
-       ap->olim = buf;
--      kfree_skb(ap->tpkt);
-+      dev_kfree_skb_any(ap->tpkt);
-       ap->tpkt = 0;
-       return 1;
- }