From patchwork Wed Jun 19 11:35:48 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Crispin X-Patchwork-Id: 11003931 X-Patchwork-Delegate: kvalo@adurom.com Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 5952F14DB for ; Wed, 19 Jun 2019 11:35:59 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 49049285BD for ; Wed, 19 Jun 2019 11:35:59 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3D0E628770; Wed, 19 Jun 2019 11:35:59 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id DD3ED28755 for ; Wed, 19 Jun 2019 11:35:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:To :From:Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From: Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References: List-Owner; bh=Oo3ZS0u6J34YsQiMlREEYpFtko9wTGMurnNvQFUBS6A=; b=aK7r1Or9XuszBm R1/2v27yl+3NGywONCasB+02cMfoJqb0v1ysomfxkuMAoLDQ/Oct6Rq77anbXVHYgeXiYjBe7TLJS vp7SAd46p/N97PFyuDPvk8WfTLNl90IbTFLpIK4oOpZFmLbrK2GE9N5dkB+X9kTbA82Hbd83BIsfT u9Na/8yQ1bDhiVYDzipYIYyGB0OKHdNGo6IcPouZhfZ2zWRkbbjHmQea9ZcvU9dkJ5yDgEc6pegaf XAPQFqCyDoE1bCaeB1hQ8Y04oHkk9zE/rpdyd/TXSdK/R05wa1n8qYYfuPSYqKTeCJZcadSRu1Hyt wNoohV3ksOz0/pG1CRhg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92 #3 (Red Hat Linux)) id 1hdYsg-0004sY-4z; Wed, 19 Jun 2019 11:35:58 +0000 Received: from nbd.name ([2a01:4f8:221:3d45::2]) by bombadil.infradead.org with esmtps (Exim 4.92 #3 (Red Hat Linux)) id 1hdYsd-0004rj-SY for ath11k@lists.infradead.org; Wed, 19 Jun 2019 11:35:57 +0000 Received: from pd95fd3e4.dip0.t-ipconnect.de ([217.95.211.228] helo=bertha.fritz.box) by ds12 with esmtpa (Exim 4.89) (envelope-from ) id 1hdYsb-00071s-3S; Wed, 19 Jun 2019 13:35:53 +0200 From: John Crispin To: Kalle Valo Subject: [PATCH] ath11k: fix whitespace error Date: Wed, 19 Jun 2019 13:35:48 +0200 Message-Id: <20190619113548.19312-1-john@phrozen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190619_043556_082838_BD6A892F X-CRM114-Status: GOOD ( 10.17 ) X-BeenThere: ath11k@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: ath11k@lists.infradead.org, John Crispin Sender: "ath11k" Errors-To: ath11k-bounces+patchwork-ath11k=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Signed-off-by: John Crispin --- drivers/net/wireless/ath/ath11k/dp_tx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath11k/dp_tx.c b/drivers/net/wireless/ath/ath11k/dp_tx.c index 1e92c02c37b9..027c887b1fb8 100644 --- a/drivers/net/wireless/ath/ath11k/dp_tx.c +++ b/drivers/net/wireless/ath/ath11k/dp_tx.c @@ -387,7 +387,7 @@ static void ath11k_dp_tx_complete_msdu(struct ath11k *ar, memset(&info->status, 0, sizeof(info->status)); /* skip tx rate update from ieee80211_status*/ - info->status.rates[0].idx = -1; + info->status.rates[0].idx = -1; if (ts->status == HAL_WBM_TQM_REL_REASON_FRAME_ACKED && !(info->flags & IEEE80211_TX_CTL_NO_ACK)) {