mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-10-31 05:54:26 -04:00 
			
		
		
		
	The wireless regdb is now loaded via firmware loading, CRDA support and built-in regdb support have been removed. Signed-off-by: Felix Fietkau <nbd@nbd.name>
		
			
				
	
	
		
			12 lines
		
	
	
		
			344 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			344 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| --- a/drivers/net/wireless/ath/ath10k/core.c
 | |
| +++ b/drivers/net/wireless/ath/ath10k/core.c
 | |
| @@ -770,7 +770,7 @@ static int ath10k_core_get_board_id_from
 | |
|  	if (ret) {
 | |
|  		ath10k_err(ar, "could not execute otp for board id check: %d\n",
 | |
|  			   ret);
 | |
| -		return ret;
 | |
| +		return -EOPNOTSUPP;
 | |
|  	}
 | |
|  
 | |
|  	board_id = MS(result, ATH10K_BMI_BOARD_ID_FROM_OTP);
 |