1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ar71xx: merge ethernet driver performance fixes from trunk

git-svn-id: svn://svn.openwrt.org/openwrt/branches/backfire@22676 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd
2010-08-16 19:23:48 +00:00
parent 20516b9105
commit e26bac435d
2 changed files with 25 additions and 34 deletions

View File

@@ -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;
}