Re: [OpenWrt-Devel] [PATCH] ar71xx: add an extra check on board_name for ath10k firmware patchs

2014-12-13 Thread Chris Green
On Sat, Dec 13, 2014 at 08:25:35AM +0100, John Crispin wrote: > Hi lynxis, > > ah the stray ath10k fw warning ... thanks, one todo less on my list :) > Is this the:- md5sum: can't open '/lib/firmware/ath10k/QCA988X/hw2.0/firmware-3.bin': No such file or directory -- Chris Green __

Re: [OpenWrt-Devel] [PATCH] ar71xx: add an extra check on board_name for ath10k firmware patchs

2014-12-12 Thread John Crispin
Hi lynxis, ah the stray ath10k fw warning ... thanks, one todo less on my list :) John On 13/12/2014 08:19, Alexander Couzens wrote: > It moves firmware patch code behind an extra check on board_name. > Otherwise it will calculate firmware checksum for unaffected boards. > It also reduce

[OpenWrt-Devel] [PATCH] ar71xx: add an extra check on board_name for ath10k firmware patchs

2014-12-12 Thread Alexander Couzens
It moves firmware patch code behind an extra check on board_name. Otherwise it will calculate firmware checksum for unaffected boards. It also reduce boottime by a md5 calculation and removes error message on boot if firmware not found. --- .../ar71xx/base-files/lib/preinit/82_patch_ath10k| 20