commit | 0ea22ba56b9df5bcaa87cf54c0c4d4555bde7bc9 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marek.vasut+renesas@gmail.com> | Sat May 23 17:28:20 2020 +0200 |
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | Thu Jun 18 19:34:40 2020 +0200 |
tree | 9a0ca7ae214818f82f467800bae973d97a806715 | |
parent | addde61f8727db009f642430f3b59cdb0e3b2c47 [diff] |
net: eepro100: 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>