Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

r8169: add DASH support for RTL8127AP

This adds DASH support for chip RTL8127AP. Its mac version is
RTL_GIGA_MAC_VER_80. DASH is a standard for remote management of network
device, allowing out-of-band control.

Signed-off-by: Javen Xu <javen_xu@realsil.com.cn>
Link: https://patch.msgid.link/20251126055950.2050-1-javen_xu@realsil.com.cn
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Javen Xu and committed by
Jakub Kicinski
17e9f841 6557cae0

+1
+1
drivers/net/ethernet/realtek/r8169_main.c
··· 1512 1512 case RTL_GIGA_MAC_VER_51 ... RTL_GIGA_MAC_VER_52: 1513 1513 return RTL_DASH_EP; 1514 1514 case RTL_GIGA_MAC_VER_66: 1515 + case RTL_GIGA_MAC_VER_80: 1515 1516 return RTL_DASH_25_BP; 1516 1517 default: 1517 1518 return RTL_DASH_NONE;