Re: [U-Boot] [PATCH] keystone2: net: add mcast function to keyston2 Ethernet driver

2015-07-15 Thread Joe Hershberger
Hi Vitaly, On Wed, Jul 8, 2015 at 10:56 AM, Vitaly Andrianov vita...@ti.com wrote: The MCAST_TFTP support requires that network drivers has mcast functon implemented. This commit adds dummy keystone2_eth_bcast_addr() to meet the requirement. As far as the driver doesn't use ALE and doesn't

[U-Boot] [PATCH] keystone2: net: add mcast function to keyston2 Ethernet driver

2015-07-08 Thread Vitaly Andrianov
The MCAST_TFTP support requires that network drivers has mcast functon implemented. This commit adds dummy keystone2_eth_bcast_addr() to meet the requirement. As far as the driver doesn't use ALE and doesn't filter any incoming packets, the function is empty. Signed-off-by: Vitaly Andrianov