mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-30 21:44:27 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			464 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			464 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/drivers/net/wireless/ath/ath9k/hw.c
 | |
| +++ b/drivers/net/wireless/ath/ath9k/hw.c
 | |
| @@ -1465,8 +1465,8 @@ int ath9k_hw_reset(struct ath_hw *ah, st
 | |
|  	REG_WRITE(ah, AR_OBS, 8);
 | |
|  
 | |
|  	if (ah->config.rx_intr_mitigation) {
 | |
| -		REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_LAST, 500);
 | |
| -		REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_FIRST, 2000);
 | |
| +		REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_LAST, 250);
 | |
| +		REG_RMW_FIELD(ah, AR_RIMT, AR_RIMT_FIRST, 500);
 | |
|  	}
 | |
|  
 | |
|  	if (ah->config.tx_intr_mitigation) {
 |