English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/target/linux/generic-2.4/patches/117-nozomi-workaround.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1374 - (show annotations) (download)
Sat Dec 23 20:22:52 2006 UTC (7 years, 2 months ago) by wbx
File size: 487 byte(s)
add workaround for UMTS instability, #156
1 diff -Nur linux-2.4.33.3/drivers/net/ppp_async.c linux-2.4.33.3-freewrt/drivers/net/ppp_async.c
2 --- linux-2.4.33.3/drivers/net/ppp_async.c 2006-08-31 19:03:20.000000000 +0200
3 +++ linux-2.4.33.3-freewrt/drivers/net/ppp_async.c 2006-12-23 20:35:06.000000000 +0100
4 @@ -624,7 +624,11 @@
5 *buf++ = PPP_FLAG;
6 ap->olim = buf;
7
8 - kfree_skb(ap->tpkt);
9 + /*
10 + * workaround for:
11 + * https://www.freewrt.org/trac/ticket/156
12 + */
13 + dev_kfree_skb_any(ap->tpkt);
14 ap->tpkt = 0;
15 return 1;
16 }

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20