commit | c2d7e6054b8c6c040c3a7496eb42d79811269507 | [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 | aa750ed5a1f324d6fe14632a840c5fed88d8643e [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>