From 1195760cb6f3911f8076585afc71ba6326325c7f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 23 Jul 2015 02:27:04 +0200 Subject: [PATCH] ath10k: update Candelatech firmware to v14 --- ...elatech-community-firmware-as-an-additional-choice.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/openwrt/0005-ath10k-add-Candelatech-community-firmware-as-an-additional-choice.patch b/patches/openwrt/0005-ath10k-add-Candelatech-community-firmware-as-an-additional-choice.patch index 26090220..a7ea2438 100644 --- a/patches/openwrt/0005-ath10k-add-Candelatech-community-firmware-as-an-additional-choice.patch +++ b/patches/openwrt/0005-ath10k-add-Candelatech-community-firmware-as-an-additional-choice.patch @@ -3,18 +3,18 @@ Date: Tue, 10 Mar 2015 13:17:14 +0100 Subject: ath10k: add Candelatech community firmware as an additional choice diff --git a/package/kernel/mac80211/Makefile b/package/kernel/mac80211/Makefile -index 2af5d39..2d90aef 100644 +index 2af5d39..5b85971 100644 --- a/package/kernel/mac80211/Makefile +++ b/package/kernel/mac80211/Makefile @@ -604,6 +604,14 @@ This module adds support for wireless adapters based on Atheros USB AR9271 and AR7010 family of chipsets. endef -+ATH10K_CT_COMMUNITY_FW:=firmware-2-ct-full-community-13.bin ++ATH10K_CT_COMMUNITY_FW:=firmware-2-ct-full-community-14.bin +define Download/ath10k-firmware-ct-community + FILE:=$(ATH10K_CT_COMMUNITY_FW) + URL:=http://www.candelatech.com/downloads/ -+ MD5SUM:=a3decc529b0171ae9ec4495089ab354a ++ MD5SUM:=800799459c20c1683138c74b3ba58f25 +endef +$(eval $(call Download,ath10k-firmware-ct-community)) +