commit | bc4666acf3b49a9feb36c580703102d228545955 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Wed Jul 08 07:20:14 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat Jul 25 11:24:02 2020 +0200 |
tree | 71cb2024ddf7ae997266f41d5ca0d0c29ebd0299 | |
parent | 05c4917958dbcb8b2c3e176e324c4482175d941e [diff] |
net: dc2114x: Split common parts of non-DM functions out Split the common code from the non-DM code, so it can be reused by the DM code later. As always, the recv() function had to be split into the actual receiving part and free_pkt part to fit with the DM. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Joe Hershberger <joe.hershberger@ni.com> Cc: Ramon Fried <rfried.dev@gmail.com>