[PATCH] net: eth_send: Allow to use multiple network interfaces at once
Sascha Hauer
s.hauer at pengutronix.de
Thu Jul 23 01:51:28 PDT 2015
On Tue, Jul 21, 2015 at 12:23:48AM +0300, Antony Pavlov wrote:
> The commit
>
> commit be0404c21f22da2d736168b2e56a9ae583cc3e95
> Author: Sascha Hauer <s.hauer at 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 at gmail.com>
Applied, thanks
Sascha
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
More information about the barebox
mailing list