Commit 17e9f841 authored by Javen Xu's avatar Javen Xu Committed by Jakub Kicinski
Browse files

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: default avatarJaven Xu <javen_xu@realsil.com.cn>
Link: https://patch.msgid.link/20251126055950.2050-1-javen_xu@realsil.com.cn


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 6557cae0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1512,6 +1512,7 @@ static enum rtl_dash_type rtl_get_dash_type(struct rtl8169_private *tp)
	case RTL_GIGA_MAC_VER_51 ... RTL_GIGA_MAC_VER_52:
		return RTL_DASH_EP;
	case RTL_GIGA_MAC_VER_66:
	case RTL_GIGA_MAC_VER_80:
		return RTL_DASH_25_BP;
	default:
		return RTL_DASH_NONE;