From 39127ef8bfc4b94d499432a517ce7f8cdd63d3d5 Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Fri, 27 Jul 2007 03:07:52 +0000 Subject: update ar7 to 2.6.22.1 (thanks to Matteo Croce for his great help) SVN-Revision: 8189 --- package/ar7-atm/patches/100-compile_fix.patch | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'package/ar7-atm/patches') diff --git a/package/ar7-atm/patches/100-compile_fix.patch b/package/ar7-atm/patches/100-compile_fix.patch index bd081c48e7..2abd433ae2 100644 --- a/package/ar7-atm/patches/100-compile_fix.patch +++ b/package/ar7-atm/patches/100-compile_fix.patch @@ -344,17 +344,13 @@ diff -urN sangam_atm-07.01.00.10/tn7atm.c sangam-atm-0.3/tn7atm.c dgprintf (1, "Leave tn7atm_close\n"); } -@@ -1518,8 +1467,11 @@ +@@ -1518,8 +1467,7 @@ * firewall is on */ dgprintf (3, "pushing the skb...\n"); - - skb->stamp = vcc->timestamp = xtime; -+ { -+ struct timeval tv; -+ do_gettimeofday(&tv); -+ skb_set_timestamp(skb, &tv); -+ } ++ __net_timestamp(skb); xdump ((unsigned char *) skb->data, skb->len, 5); -- cgit v1.2.3