]> git.baikalelectronics.ru Git - uboot.git/commit
net: move ether_crc to tsec driver
authorChris Packham <judge.packham@gmail.com>
Mon, 26 Nov 2018 08:00:28 +0000 (21:00 +1300)
committerJoe Hershberger <joe.hershberger@ni.com>
Thu, 24 Jan 2019 17:35:29 +0000 (11:35 -0600)
commit6a56cb34c0cbab4a1a5a1c03f8cc3b2722bca0e4
tree930fb7f2c560b83bfc5a78b5f10a2eb2143570c1
parent9bf8cb87fa75d8ff2a45b3bad08afb78813a1d8a
net: move ether_crc to tsec driver

ether_crc was added to the core net code in commit 53a5c424bf86
("multicast tftp: RFC2090") so that other drivers could use it. However
the only current user of it is tsec.c so move it there.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
Acked-by: Joe Hershberger <joe.hershberger@ni.com>
drivers/net/tsec.c
include/net.h
net/eth_legacy.c