diff options
author | Nicolas Thill <nico@openwrt.org> | 2007-07-27 03:07:52 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2007-07-27 03:07:52 +0000 |
commit | 39127ef8bfc4b94d499432a517ce7f8cdd63d3d5 (patch) | |
tree | e7eefc3ec1a5125600436d79a05085230df505b1 /package | |
parent | c7437ec67c0de324750ffc502abc8a716dff4d9c (diff) | |
download | upstream-39127ef8bfc4b94d499432a517ce7f8cdd63d3d5.tar.gz upstream-39127ef8bfc4b94d499432a517ce7f8cdd63d3d5.tar.bz2 upstream-39127ef8bfc4b94d499432a517ce7f8cdd63d3d5.zip |
update ar7 to 2.6.22.1 (thanks to Matteo Croce for his great help)
SVN-Revision: 8189
Diffstat (limited to 'package')
-rw-r--r-- | package/ar7-atm/patches/100-compile_fix.patch | 8 |
1 files changed, 2 insertions, 6 deletions
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); |