mirror of
				https://github.com/Telecominfraproject/wlan-ap.git
				synced 2025-10-29 17:42:41 +00:00 
			
		
		
		
	 f39339564a
			
		
	
	f39339564a
	
	
	
		
			
			1. porting MorseMicro HaLow driver to support HaLow on EAP112 2. Only support FCC regulation because of hardware limitation 3. Add /etc/init.d/halow-gpio-reset to initialize HaLow chip in early stage 4. Add /etc/uci-defaults/aaa-fix-phy0-to-morse to correct the default uci for HaLow radio. Signed-off-by: Ian Chen <ian77_chen@accton.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			506 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			506 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| Index: morse_driver-rel_1_12_3_2024_May_23/sdio.c
 | |
| ===================================================================
 | |
| --- morse_driver-rel_1_12_3_2024_May_23.orig/sdio.c
 | |
| +++ morse_driver-rel_1_12_3_2024_May_23/sdio.c
 | |
| @@ -572,7 +572,7 @@ static int morse_sdio_reset(int reset_pi
 | |
|  
 | |
|  	sdio_claim_host(func);
 | |
|  	sdio_disable_func(func);
 | |
| -#if KERNEL_VERSION(5, 18, 0) > LINUX_VERSION_CODE
 | |
| +#if KERNEL_VERSION(5, 18, 0) > MAC80211_VERSION_CODE
 | |
|  	mmc_hw_reset(func->card->host);
 | |
|  #else
 | |
|  	mmc_hw_reset(func->card);
 |