]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
r8169: remove MAC workaround in rtl8168e_2_hw_phy_config
authorHeiner Kallweit <hkallweit1@gmail.com>
Sat, 21 Dec 2019 13:11:08 +0000 (14:11 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 25 Dec 2019 06:26:46 +0000 (22:26 -0800)
commit8722709b049473f9bd3ba9b817d52d9ab0a8e20b
tree1efff66deb1c5520ea940001db7550af7a61ce00
parent3127f7c9b7da3f64a7b970bfbfa307f48adbb72e
r8169: remove MAC workaround in rtl8168e_2_hw_phy_config

Due to recent changes we don't need the call to rtl_rar_exgmac_set()
and longer at this place. It's called from rtl_rar_set() which is
called in rtl_init_mac_address() and rtl8169_resume().

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/realtek/r8169_main.c