mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			357 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			357 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
--- a/drivers/net/wireless/ath/ath9k/hw.c
 | 
						|
+++ b/drivers/net/wireless/ath/ath9k/hw.c
 | 
						|
@@ -464,9 +464,6 @@ static void ath9k_hw_init_config(struct 
 | 
						|
 		ah->config.spurchans[i][1] = AR_NO_SPUR;
 | 
						|
 	}
 | 
						|
 
 | 
						|
-	/* PAPRD needs some more work to be enabled */
 | 
						|
-	ah->config.paprd_disable = 1;
 | 
						|
-
 | 
						|
 	ah->config.rx_intr_mitigation = true;
 | 
						|
 	ah->config.pcieSerDesWrite = true;
 | 
						|
 
 |