From patchwork Thu Oct 15 10:40:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kalle Valo X-Patchwork-Id: 7404701 Return-Path: X-Original-To: patchwork-ath10k@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id A903D9F1B9 for ; Thu, 15 Oct 2015 10:42:09 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id D36CC20850 for ; Thu, 15 Oct 2015 10:42:08 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 00E8F2084D for ; Thu, 15 Oct 2015 10:42:08 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zmfyr-0006bZ-Qq; Thu, 15 Oct 2015 10:41:53 +0000 Received: from sabertooth01.qualcomm.com ([65.197.215.72]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1Zmfyp-0006Ta-Jg for ath10k@lists.infradead.org; Thu, 15 Oct 2015 10:41:52 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=qca.qualcomm.com; i=@qca.qualcomm.com; q=dns/txt; s=qcdkim; t=1444905711; x=1476441711; h=from:to:cc:subject:date:message-id:mime-version; bh=HR3THwfLqBOghX23kcnGEyn0oU3NNQWxXY/T4/sYUvE=; b=SsUvPfimJQWDJh6iylSjtT46XrBVeduHsWSYT7qlE2fyxHKupt2aLcXi xF7uQftb+Tov0dU+TxiigFrJ3zziGKhF75LJvzY9U6Wjt1h5TrmFsuLRC 4bbnevQ2+p4J4ey77dE8e91Gr3D7go8SK7cYIhb0CRpxVFMem5sTgtMR2 o=; X-IronPort-AV: E=McAfee;i="5700,7163,7954"; a="98570272" Received: from ironmsg02-lv.qualcomm.com ([10.47.202.183]) by sabertooth01.qualcomm.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 15 Oct 2015 03:41:30 -0700 X-IronPort-AV: E=Sophos;i="5.17,684,1437462000"; d="scan'208";a="33927636" Received: from nasanexm02f.na.qualcomm.com ([10.85.0.87]) by ironmsg02-lv.qualcomm.com with ESMTP/TLS/RC4-SHA; 15 Oct 2015 03:41:29 -0700 Received: from euamsexm01a.eu.qualcomm.com (10.251.127.40) by nasanexm02f.na.qualcomm.com (10.85.0.87) with Microsoft SMTP Server (TLS) id 15.0.1076.9; Thu, 15 Oct 2015 03:41:20 -0700 Received: from potku.com (10.80.80.8) by euamsexm01a.eu.qualcomm.com (10.251.127.40) with Microsoft SMTP Server (TLS) id 15.0.1076.9; Thu, 15 Oct 2015 12:41:13 +0200 From: Kalle Valo To: Subject: [PATCH 1/5] ath10k: QCA988X hw2.0: add board.bin Date: Thu, 15 Oct 2015 13:40:40 +0300 Message-ID: <1444905644-16296-1-git-send-email-kvalo@qca.qualcomm.com> X-Mailer: git-send-email 1.7.9.5 MIME-Version: 1.0 X-Originating-IP: [10.80.80.8] X-ClientProxiedBy: NASANEXM01B.na.qualcomm.com (10.85.0.82) To euamsexm01a.eu.qualcomm.com (10.251.127.40) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20151015_034151_741326_C89B41D7 X-CRM114-Status: GOOD ( 12.50 ) X-Spam-Score: -7.0 (-------) X-BeenThere: ath10k@lists.infradead.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org Sender: "ath10k" Errors-To: ath10k-bounces+patchwork-ath10k=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-4.1 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_MED, T_DKIM_INVALID, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP In commit 40d14143b787 ("ath10k: add firmware 10.2.4.45 as firmware-4.bin") I forgot to commit board.bin file and that's why it was not included in the commit even I had added an entry to WHENCE. Add that now. At the same time also add Version field for firmware-4.bin. Signed-off-by: Kalle Valo --- WHENCE | 1 + ath10k/QCA988X/hw2.0/board.bin | Bin 0 -> 2116 bytes 2 files changed, 1 insertion(+) create mode 100644 ath10k/QCA988X/hw2.0/board.bin diff --git a/ath10k/QCA988X/hw2.0/board.bin b/ath10k/QCA988X/hw2.0/board.bin new file mode 100644 index 0000000000000000000000000000000000000000..8f8bd6b99ace2fcfd5a63c072856c215a86a3f59 GIT binary patch literal 2116 zcmZ?axNpG3!obWfWD>@}ki}r{$-v>l!@aGKnwyMf(*V876yq+977=~0{jdL zObiTyf{Y9Sj3CIsAV7+Cx~S!11i3LZlof89Ae=RP7-tz6911!YG4KeqFjNA`8iqoc z=YCWG`Hc)^K(dk{A4RmDp%^Gy#*l*~3S*K-7py7hT*CmvN^l@2qof4EA|fL1&Um@3 zaXI4Uf{QIAB=qh~7Q-6016d5X*n&c$;!-k>POk1=K88l7=2kWg3z|6wZ+LnRACnlk1%Z|NgVYFXdTHm^D`;P}DO