From patchwork Fri Apr 1 01:43:41 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adrian Panella X-Patchwork-Id: 604554 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (caladan.dune.hu [78.24.191.180]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3qbkgz6JZdz9sC4 for ; Fri, 1 Apr 2016 12:44:15 +1100 (AEDT) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 5F7FCB80A38; Fri, 1 Apr 2016 03:44:04 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on arrakis.dune.hu X-Spam-Level: ** X-Spam-Status: No, score=2.4 required=5.0 tests=FREEMAIL_FROM, HTML_MESSAGE, RDNS_NONE autolearn=no autolearn_force=no version=3.4.1 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP; Fri, 1 Apr 2016 03:44:04 +0200 (CEST) Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id C91F8B80A33 for ; Fri, 1 Apr 2016 03:44:02 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 CL_IP_EQ_HELO_IP=-2 (check from: .outlook. - helo: .blu004-omc3s37.hotmail. - helo-domain: .hotmail.) FROM/MX_MATCHES_HELO(DOMAIN)=-2; rate: -7 Received: from BLU004-OMC3S37.hotmail.com (unknown [65.55.116.112]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Fri, 1 Apr 2016 03:44:01 +0200 (CEST) Received: from BLU436-SMTP250 ([65.55.116.74]) by BLU004-OMC3S37.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Thu, 31 Mar 2016 18:44:00 -0700 X-TMN: [NqurZxnTivO3AnAiGuf2qfKyt4iMJ8MN] X-Originating-Email: [ianchi74@outlook.com] Message-ID: To: openwrt-devel@lists.openwrt.org, blogic@openwrt.org References: From: Adrian Panella Date: Thu, 31 Mar 2016 19:43:41 -0600 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: X-OriginalArrivalTime: 01 Apr 2016 01:44:00.0541 (UTC) FILETIME=[F6BE7CD0:01D18BB7] Subject: [OpenWrt-Devel] [PATCH 3/8] ath10k: ignore otp check X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" From d637fc78e444c81392a3f59cd0d9a3b955960966 Mon Sep 17 00:00:00 2001 From: Adrian Panella Date: Mon, 28 Mar 2016 02:23:03 -0600 Subject: [PATCH 3/8] ath10k: ignore otp check Patchs otp check in ath10k --- .../mac80211/patches/940-ath10k_ignore_otp_check | 14 +++++ 1 files changed, 14 insertions(+) create mode 100644 package/kernel/mac80211/patches/940-ath10k_ignore_otp_check diff --git a/package/kernel/mac80211/patches/940-ath10k_ignore_otp_check b/package/kernel/mac80211/patches/940-ath10k_ignore_otp_check new file mode 100644 index 0000000..40cf11a --- /dev/null +++ b/package/kernel/mac80211/patches/940-ath10k_ignore_otp_check @@ -0,0 +1,14 @@ +--- a/drivers/net/wireless/ath/ath10k/core.c ++++ b/drivers/net/wireless/ath/ath10k/core.c +@@ -1800,9 +1800,8 @@ static int ath10k_core_probe_fw(struct a + + ret = ath10k_core_get_board_id_from_otp(ar); + if (ret && ret != -EOPNOTSUPP) { +- ath10k_err(ar, "failed to get board id from otp: %d\n", ++ ath10k_err(ar, "failed to get board id from otp: %d, ignored\n", + ret); +- return ret; + } + + ret = ath10k_core_fetch_board_file(ar); -- 1.9.1