jme: Refill receive unicase MAC addr after resume
The value of the register which holds receive Unicast MAC Address sometimes get messed-up after resume. This patch refill it before enabling the hardware filter. Signed-off-by: Guo-Fu Tseng <cooldavid@cooldavid.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:

committed by
David S. Miller

parent
854a2e7c33
commit
8b53abae58
@@ -1258,6 +1258,7 @@ static inline int new_phy_power_ctrl(u8 chip_main_rev)
|
||||
*/
|
||||
static int jme_set_settings(struct net_device *netdev,
|
||||
struct ethtool_cmd *ecmd);
|
||||
static void jme_set_unicastaddr(struct net_device *netdev);
|
||||
static void jme_set_multi(struct net_device *netdev);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user