aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/ks8842.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ks8842.c b/drivers/net/ks8842.c
index f0d8346d0fa5..9bd0f551a383 100644
--- a/drivers/net/ks8842.c
+++ b/drivers/net/ks8842.c
@@ -662,7 +662,7 @@ static void ks8842_rx_frame(struct net_device *netdev,
662 662
663 /* check the status */ 663 /* check the status */
664 if ((status & RXSR_VALID) && !(status & RXSR_ERROR)) { 664 if ((status & RXSR_VALID) && !(status & RXSR_ERROR)) {
665 struct sk_buff *skb = netdev_alloc_skb_ip_align(netdev, len); 665 struct sk_buff *skb = netdev_alloc_skb_ip_align(netdev, len + 3);
666 666
667 if (skb) { 667 if (skb) {
668 668