commit | 5031ca59b52fce55bb143eb6af3f55e9a5a2d8af | [log] [tgz] |
---|---|---|
author | Vitaly Andrianov <vitalya@ti.com> | Wed Jul 08 11:56:01 2015 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jul 27 15:01:58 2015 -0400 |
tree | 7639625ba2054e53fdd6361c36c004a4dd21c722 | |
parent | 17c5bda2a91cf902e0897bd8178f96aa5e3adf78 [diff] |
keystone2: net: add mcast function to keyston2 Ethernet driver 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 <vitalya@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com> Acked-by: Joe Hershberger <joe.hershberger@ni.com>