ar71xx: add initial support for the Atheros DB120 board
[openwrt.git] / target / linux / ar71xx / files / drivers / net / ag71xx / ag71xx_ar8216.c
index 7801b9f..7ec43b7 100644 (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;
 }
This page took 0.026173 seconds and 4 git commands to generate.