projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
images: allow generating .cpio.gz and/or .tar.gz archives whether ramdisk is selected...
[openwrt.git]
/
target
/
linux
/
ar71xx
/
files
/
drivers
/
net
/
ag71xx
/
ag71xx_ar8216.c
diff --git
a/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar8216.c
b/target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar8216.c
index
7801b9f
..
7ec43b7
100644
(file)
--- a/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar8216.c
+++ b/
target/linux/ar71xx/files/drivers/net/ag71xx/ag71xx_ar8216.c
@@
-39,7
+39,6
@@
int ag71xx_remove_ar8216_header(struct ag71xx *ag, struct sk_buff *skb,
return -EINVAL;
}
- skb_put(skb, pktlen);
skb_pull(skb, AR8216_HEADER_LEN);
return 0;
}
This page took
0.021797 seconds
and
4
git commands to generate.