OSDN Git Service

arc_emac: implement promiscuous mode and multicast filtering
authorBeniamino Galvani <b.galvani@gmail.com>
Sun, 11 May 2014 16:11:47 +0000 (18:11 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 13 May 2014 22:02:24 +0000 (18:02 -0400)
commit775dd682e2b0ec79fa346152c00870d4a3832a47
tree23a7ad244374a73b6b97d7c9f6750bbef1961b07
parentae8b42c6fc37ca1b7eb30898f5a65196bbb47291
arc_emac: implement promiscuous mode and multicast filtering

This patch implements the set_rx_mode function to enable/disable
promiscuous or all-multicast modes and to update the multicast
filtering list of the device.

Signed-off-by: Beniamino Galvani <b.galvani@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/arc/emac_main.c