]> git.dujemihanovic.xyz Git - u-boot.git/commit
net: dc2114x: Split RX path
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Wed, 8 Jul 2020 05:12:58 +0000 (07:12 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 25 Jul 2020 09:24:02 +0000 (11:24 +0200)
commit05c4917958dbcb8b2c3e176e324c4482175d941e
tree01d0b25cfee71115878bf1ad157977549a04f8e2
parent32d8d11800e8c25374dc7fd8de13869f8f26e183
net: dc2114x: Split RX path

Split the RX data check from the rest of the RX function, so that
the check can be performed separately from the processing of the
packet and the release of the received packet once the processing
is finished.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Joe Hershberger <joe.hershberger@ni.com>
Cc: Ramon Fried <rfried.dev@gmail.com>
drivers/net/dc2114x.c