
23 Mar
2015
23 Mar
'15
5:05 p.m.
On 22 March 2015 at 16:09, Joe Hershberger joe.hershberger@ni.com wrote:
Stop forcing drivers to call net_process_received_packet() - formerly called NetReceive(). Now the uclass will handle calling the driver for each packet until the driver errors or has nothing to return. The uclass will then pass the good packets off to the network stack by calling net_process_received_packet().
Signed-off-by: Joe Hershberger joe.hershberger@ni.com
Changes in v7: None
Applied to u-boot-dm/next, thanks!