mirror of https://github.com/torvalds/linux.git
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>
This commit is contained in:
parent
6557cae0a2
commit
17e9f841dd
|
|
@ -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:
|
case RTL_GIGA_MAC_VER_51 ... RTL_GIGA_MAC_VER_52:
|
||||||
return RTL_DASH_EP;
|
return RTL_DASH_EP;
|
||||||
case RTL_GIGA_MAC_VER_66:
|
case RTL_GIGA_MAC_VER_66:
|
||||||
|
case RTL_GIGA_MAC_VER_80:
|
||||||
return RTL_DASH_25_BP;
|
return RTL_DASH_25_BP;
|
||||||
default:
|
default:
|
||||||
return RTL_DASH_NONE;
|
return RTL_DASH_NONE;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue