]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/net/ftmac110.c
net: cosmetic: Fix var naming net <-> eth drivers
[people/ms/u-boot.git] / drivers / net / ftmac110.c
index aef89a299e564b2b9189aa6a1d4ec87ce684260d..4bae9ad977c388de2aeb6cd1b25a1d8fd8518ab5 100644 (file)
@@ -347,7 +347,7 @@ static int ftmac110_recv(struct eth_device *dev)
                        printf("ftmac110: rx error\n");
                } else {
                        dma_map_single(buf, len, DMA_FROM_DEVICE);
-                       NetReceive(buf, len);
+                       net_process_received_packet(buf, len);
                        rlen += len;
                }