linux/drivers/net/ethernet/oki-semi/pch_gbe
RongQing.Li d344c4f310 pch_gbe: reprogram multicast address register on reset
The reset logic after a Rx FIFO overrun will clear the programmed
multicast addresses. This patch fixes the issue by reprogramming the
registers after the reset.

The commit eefc48b ("pch_gbe: reprogram multicast address register on
reset") tried to fix this problem, but it introduces unnecessary
codes. In fact, all multicast addresses have been saved in netdev->mc,
So we can call pch_gbe_set_multi() directly after reset_hw and
reset_rx.

This commit kills 50+ line codes

Cc: Richard Cochran <richardcochran@gmail.com>
Cc: Takahiro Shimizu <tshimizu818@gmail.com>
Signed-off-by: RongQing.Li <roy.qing.li@gmail.com>
Acked-by: Richard Cochran <richardcochran@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-04-30 21:37:27 -04:00
..
Kconfig net/pch_gbe: supports eg20t ptp clock 2012-03-09 13:55:38 -08:00
Makefile
pch_gbe.h pch_gbe: export a method to set the receive match address 2012-04-21 15:27:45 -04:00
pch_gbe_api.c
pch_gbe_api.h
pch_gbe_ethtool.c Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a number of drivers 2011-11-22 16:43:32 -05:00
pch_gbe_main.c pch_gbe: reprogram multicast address register on reset 2012-04-30 21:37:27 -04:00
pch_gbe_param.c pch_gbe: memory corruption calling pch_gbe_validate_option() 2012-03-01 17:23:42 -05:00
pch_gbe_phy.c
pch_gbe_phy.h