| 
					
				 | 
			
			
				@@ -146,11 +146,11 @@ Signed-off-by: René van Dorst <[email protected]> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  static struct phy_driver at803x_driver[] = { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  	/* ATHEROS 8035 */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-@@ -491,6 +581,7 @@ static struct phy_driver at803x_driver[] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+@@ -461,6 +551,7 @@ static struct phy_driver at803x_driver[] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  	.suspend		= at803x_suspend, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  	.resume			= at803x_resume, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  	/* PHY_GBIT_FEATURES */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 +	.config_aneg		= at803x_config_aneg, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  	.read_status		= at803x_read_status, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 	.aneg_done		= at803x_aneg_done, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				- 	.ack_interrupt		= &at803x_ack_interrupt, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 	.ack_interrupt		= at803x_ack_interrupt, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 	.config_intr		= at803x_config_intr, 
			 |