net: eepro100: Split common parts of non-DM functions out
authorMarek Vasut <marek.vasut+renesas@gmail.com>
Sat, 23 May 2020 15:28:20 +0000 (17:28 +0200)
committerMarek Vasut <marek.vasut+renesas@gmail.com>
Thu, 18 Jun 2020 17:34:40 +0000 (19:34 +0200)
commit8835103e24622cefd37a1a8d5011c160da6a34df
tree9a0ca7ae214818f82f467800bae973d97a806715
parent43b738350ce133bc19c2bd4586ecff486e39e835
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>
drivers/net/eepro100.c