fix typos in CONFIG_SITE files
[openwrt/svn-archive/openwrt.git] / openwrt / target / linux / linux-2.4 / patches / generic / 221-ppp_kfree_skb_fix.patch
1 --- linux-2.4.30/drivers/net/ppp_async.c~ 2006-06-16 22:41:01.000000000 +0300
2 +++ linux-2.4.30/drivers/net/ppp_async.c 2006-06-16 22:41:01.000000000 +0300
3 @@ -624,7 +624,7 @@
4 *buf++ = PPP_FLAG;
5 ap->olim = buf;
6
7 - kfree_skb(ap->tpkt);
8 + dev_kfree_skb_any(ap->tpkt);
9 ap->tpkt = 0;
10 return 1;
11 }