mirror of
				https://github.com/immortalwrt/immortalwrt.git
				synced 2025-10-30 07:49:55 +08:00 
			
		
		
		
	 8103b79776
			
		
	
	8103b79776
	
	
	
		
			
			https://cdn.kernel.org/pub/linux/kernel/v6.x/ChangeLog-6.6.114 Removed upstreamed: /target/linux/generic/backport-6.6/540-v6.12-ksmbd-browse-interfaces-list-on-FSCTL_QUERY_INTERFACE_INFO.patch merged upstream with commit: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?h=v6.6.114&id=499089376206f3f7f09d6852b3ec92f2674d24bb All other patches automatically rebased. Build system: bcm4908 Build system: bcm53xx Signed-off-by: Zxl hhyccc <zxlhhy@gmail.com> Link: https://github.com/openwrt/openwrt/pull/20434 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
		
			
				
	
	
		
			28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Diff
		
	
	
	
	
	
| From 3d9b8ac5341269d31e59fd5d58d47266ac78bc32 Mon Sep 17 00:00:00 2001
 | |
| From: ChunHao Lin <hau@realtek.com>
 | |
| Date: Tue, 18 Mar 2025 16:37:20 +0800
 | |
| Subject: [PATCH] r8169: enable RTL8168H/RTL8168EP/RTL8168FP ASPM support
 | |
| 
 | |
| This patch will enable RTL8168H/RTL8168EP/RTL8168FP ASPM support on
 | |
| the platforms that have tested with ASPM enabled.
 | |
| 
 | |
| Signed-off-by: ChunHao Lin <hau@realtek.com>
 | |
| Reviewed-by: Heiner Kallweit <hkallweit1@gmail.com>
 | |
| Link: https://patch.msgid.link/20250318083721.4127-2-hau@realtek.com
 | |
| Signed-off-by: Jakub Kicinski <kuba@kernel.org>
 | |
| ---
 | |
|  drivers/net/ethernet/realtek/r8169_main.c | 2 +-
 | |
|  1 file changed, 1 insertion(+), 1 deletion(-)
 | |
| 
 | |
| --- a/drivers/net/ethernet/realtek/r8169_main.c
 | |
| +++ b/drivers/net/ethernet/realtek/r8169_main.c
 | |
| @@ -5407,7 +5407,7 @@ done:
 | |
|  /* register is set if system vendor successfully tested ASPM 1.2 */
 | |
|  static bool rtl_aspm_is_safe(struct rtl8169_private *tp)
 | |
|  {
 | |
| -	if (tp->mac_version >= RTL_GIGA_MAC_VER_61 &&
 | |
| +	if (tp->mac_version >= RTL_GIGA_MAC_VER_46 &&
 | |
|  	    r8168_mac_ocp_read(tp, 0xc0b2) & 0xf)
 | |
|  		return true;
 | |
|  
 |