net: eth_send: Allow to use multiple network interfaces at once
The commit

commit be0404c
Author: Sascha Hauer <s.hauer@pengutronix.de>
Date:   Wed May 14 16:08:04 2014 +0200

    net: Allow to use multiple network interfaces at once

changes the eth_send() function:

-       return eth_current->send(eth_current, packet, length);
+       return edev->send(eth_current, packet, length);

But we have to change the both eth_current occurrences to edev here!

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
1 parent 0011d7c commit 06df5b2092225edb80cac47c4888ebac4d7348d4
@Antony Pavlov Antony Pavlov authored on 20 Jul 2015
Sascha Hauer committed on 23 Jul 2015
Showing 1 changed file
View
net/eth.c