]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/net/keystone_net.c
keystone2: net: add mcast function to keyston2 Ethernet driver
authorVitaly Andrianov <vitalya@ti.com>
Wed, 8 Jul 2015 15:56:01 +0000 (11:56 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 27 Jul 2015 19:01:58 +0000 (15:01 -0400)
commit5031ca59b52fce55bb143eb6af3f55e9a5a2d8af
tree7639625ba2054e53fdd6361c36c004a4dd21c722
parent17c5bda2a91cf902e0897bd8178f96aa5e3adf78
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>
drivers/net/keystone_net.c