mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	ar71xx: Enable ath10k calibration data loading for EnGenius ESR1750 and EPG500.
As r46245 disabled the board.bin template workaround, 5GHz wifi stopped working on these devices. This adds them to the calibration data loading introduced in r46244 and thus makes 5GHz work again for these devices. Signed-off-by: Christian Beier <cb@shoutrlabs.com> SVN-Revision: 46415
This commit is contained in:
		
							parent
							
								
									2d955b51fe
								
							
						
					
					
						commit
						c89f360059
					
				@ -62,6 +62,11 @@ case "$FIRMWARE" in
 | 
				
			|||||||
		ath10kcal_extract "radiocfg" 20480 2116
 | 
							ath10kcal_extract "radiocfg" 20480 2116
 | 
				
			||||||
		ath10kcal_patch_mac $(mtd_get_mac_ascii devdata wlan5mac)
 | 
							ath10kcal_patch_mac $(mtd_get_mac_ascii devdata wlan5mac)
 | 
				
			||||||
		;;
 | 
							;;
 | 
				
			||||||
 | 
						esr1750 | \
 | 
				
			||||||
 | 
						epg5000)
 | 
				
			||||||
 | 
							ath10kcal_extract "caldata" 20480 2116
 | 
				
			||||||
 | 
							ath10kcal_patch_mac $(macaddr_add $(cat /sys/class/net/eth0/address) +1)
 | 
				
			||||||
 | 
							;;
 | 
				
			||||||
	esac
 | 
						esac
 | 
				
			||||||
	;;
 | 
						;;
 | 
				
			||||||
"ath10k/cal-pci-0000:01:00.0.bin")
 | 
					"ath10k/cal-pci-0000:01:00.0.bin")
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user