From patchwork Thu Nov 5 08:50:41 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartosz Markowski X-Patchwork-Id: 7559111 Return-Path: X-Original-To: patchwork-linux-wireless@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 386639F399 for ; Thu, 5 Nov 2015 08:51:38 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 5CADA207F0 for ; Thu, 5 Nov 2015 08:51:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8631C207EA for ; Thu, 5 Nov 2015 08:51:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161087AbbKEIvf (ORCPT ); Thu, 5 Nov 2015 03:51:35 -0500 Received: from mail-lb0-f171.google.com ([209.85.217.171]:32980 "EHLO mail-lb0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1030329AbbKEIvd (ORCPT ); Thu, 5 Nov 2015 03:51:33 -0500 Received: by lbbkw15 with SMTP id kw15so24547725lbb.0 for ; Thu, 05 Nov 2015 00:51:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=tieto.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=gkGXhd1brxw6xfTxnqqBchtXuVxb4VKDmQlRVoQkivw=; b=LVETKY0bm8EruyR+y9RSMKo3lQOo8+ymKQqoqgnIedUf+4/6vAofjsBcjMu4/tnTWR xHq130iWC3o+th3m24HeECLNxi9fV7Xqe3D/F4iEwjljpq43fKkD7h+1Cmxd8YYPHGZT JVn47zFtk/pX94gXSsVUe8bGs10Dgq4J4bWKU= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=gkGXhd1brxw6xfTxnqqBchtXuVxb4VKDmQlRVoQkivw=; b=TQwNO0NN3+pKGeJ8dU+/+OGpjFMlQL5p3Sq/8IQsq4k0yzuTjNCJUqK4ywd78VrNy0 iettamr87THEzQaLx0RS4vXo4Y3OY5txUj/4A44st6t/8IvVKyBGadElCdakhmV/cPfv 79i5hgtU1XXReUyi102vi6QsXjwC8aPsLuJatHq6zl14ec/l+1AYkE7dyJCP+rDGn1yw VOlP8i+wVUs7vwCJ0GVHJjSeKMRrp9r/pbUH5v3dXjmR05P2cPAbFnBmMBtcNx+2TF6P dhDu+LqMufJySXX/B+Lz31ZlvDGOBO0quTkA0GCXDOujSIAe3Q6MyQh7yIdiT6jOufp9 v55A== X-Gm-Message-State: ALoCoQmHxHvh4B8aM5TohBtN05OC+j8wvlJK8kqA2UWnIic+onZ0jAfvKvoMyAqIvasYPs8dzxvM5uiuaqM9LfnCg8HjWzWciJuzqfQ8u4r/073aZJ8cDLK3IJAWc8FHaugBxb2dMBGD X-Received: by 10.112.17.70 with SMTP id m6mr2688556lbd.76.1446713491559; Thu, 05 Nov 2015 00:51:31 -0800 (PST) Received: from uw000975.eu.tieto.com ([91.198.246.10]) by smtp.gmail.com with ESMTPSA id m139sm366156lfg.17.2015.11.05.00.51.30 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 05 Nov 2015 00:51:31 -0800 (PST) From: Bartosz Markowski To: ath10k@lists.infradead.org Cc: linux-wireless@vger.kernel.org, Bartosz Markowski Subject: [PATCH v2 2/4] ath10k: update missing hw_params of QCA9377 hw1.1 Date: Thu, 5 Nov 2015 09:50:41 +0100 Message-Id: <1446713443-22542-3-git-send-email-bartosz.markowski@tieto.com> X-Mailer: git-send-email 2.1.2 In-Reply-To: <1446713443-22542-1-git-send-email-bartosz.markowski@tieto.com> References: <1446713443-22542-1-git-send-email-bartosz.markowski@tieto.com> X-DomainID: tieto.com Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org X-Spam-Status: No, score=-6.8 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_HI,T_DKIM_INVALID,T_RP_MATCHES_RCVD,UNPARSEABLE_RELAY autolearn=ham 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 The uart_pin was incorrectly configured for QCA9377 and the recently added hw_params were omitted. Signed-off-by: Bartosz Markowski --- drivers/net/wireless/ath/ath10k/core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath10k/core.c b/drivers/net/wireless/ath/ath10k/core.c index 11e42720035b..345770f1625a 100644 --- a/drivers/net/wireless/ath/ath10k/core.c +++ b/drivers/net/wireless/ath/ath10k/core.c @@ -141,8 +141,10 @@ static const struct ath10k_hw_params ath10k_hw_params_list[] = { .id = QCA9377_HW_1_1_DEV_VERSION, .name = "qca9377 hw1.1", .patch_load_addr = QCA9377_HW_1_0_PATCH_LOAD_ADDR, - .uart_pin = 7, + .uart_pin = 6, .otp_exe_param = 0, + .channel_counters_freq_hz = 88000, + .max_probe_resp_desc_thres = 0, .fw = { .dir = QCA9377_HW_1_0_FW_DIR, .fw = QCA9377_HW_1_0_FW_FILE,