From patchwork Fri Dec 13 08:37:25 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Crispin X-Patchwork-Id: 11290185 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4423C138D for ; Fri, 13 Dec 2019 08:37:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 22E67206B7 for ; Fri, 13 Dec 2019 08:37:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="neaKZei+" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 22E67206B7 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=phrozen.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=ath11k-bounces+patchwork-ath11k=patchwork.kernel.org@lists.infradead.org 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=cDEQSTy9/BNHaa59dq8ZJp//2wMCD15x98VFwzoyN7Y=; b=neaKZei+T4ucou +hyjlYoAF8aZUv5IC6fArEJkgmIDrj/g4/kJhWhOwflc4LL4EMj+MI0/uyaU+L08suzfV2XWftTUC a6OUrg+f/SP1VzdBm1spxxn4SDQeEplpOqFs0Alyoc2mGs24vE32BgtQC+zTIevzv+c010LyNdsNn F7Gyr0m5usA8aS9XYzkaZqBlNtIlKhnISR+LL5V5MKX/gydc1sCIqawc48O6dwhCpFIkSLV1jEF9F vAn4cq65sABPAmrya6wTeRmwmQwhcyspnemIJsT4Huu+fagdEdb5k71ud8sQxKohw9rWxUzZHrU27 NNFawPjISwMWIiVMEisQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1ifgSL-0002Fw-T7; Fri, 13 Dec 2019 08:37:49 +0000 Received: from nbd.name ([2a01:4f8:221:3d45::2]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1ifgSI-0002A4-9z for ath11k@lists.infradead.org; Fri, 13 Dec 2019 08:37:47 +0000 Received: from pd95fd344.dip0.t-ipconnect.de ([217.95.211.68] helo=bertha.fritz.box) by ds12 with esmtpa (Exim 4.89) (envelope-from ) id 1ifgSC-0008Al-P2; Fri, 13 Dec 2019 09:37:40 +0100 From: John Crispin To: Kalle Valo Subject: [PATCH V3 0/9] ath11k: resend pending patches Date: Fri, 13 Dec 2019 09:37:25 +0100 Message-Id: <20191213083734.22471-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-20191213_003746_516717_BE5A807B X-CRM114-Status: UNSURE ( 7.07 ) X-CRM114-Notice: Please train this message. X-Spam-Score: 0.0 (/) X-Spam-Report: SpamAssassin version 3.4.2 on bombadil.infradead.org summary: Content analysis details: (0.0 points) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 SPF_PASS SPF: sender matches SPF record 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record 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 Kalle merged ath11k into his next tree and then applied the huge backlog from patchwork. This is a resend of pending patches that no longer apply due to merge order conflicts. John Crispin (9): ath11k: add wmi helper for turning STA PS on/off ath11k: disable PS for STA interfaces by default upon bringup ath11k: drop memset when setting up a tx cmd desc ath11k: rename ath11k_wmi_base instances from wmi_sc to wmi_ab ath11k: add WMI calls to manually add/del/pause/resume TWT dialogs ath11k: add debugfs for TWT debug calls ath11k: move some tx_status parsing to debugfs code ath11k: optimise ath11k_dp_tx_completion_handler ath11k: optimize ath11k_hal_tx_status_parse drivers/net/wireless/ath/ath11k/core.c | 4 +- drivers/net/wireless/ath/ath11k/core.h | 3 +- drivers/net/wireless/ath/ath11k/debug.c | 198 +++++++++ drivers/net/wireless/ath/ath11k/debug.h | 8 + drivers/net/wireless/ath/ath11k/debugfs_sta.c | 66 +-- drivers/net/wireless/ath/ath11k/dp.c | 16 +- drivers/net/wireless/ath/ath11k/dp.h | 11 +- drivers/net/wireless/ath/ath11k/dp_tx.c | 81 ++-- drivers/net/wireless/ath/ath11k/hal_tx.c | 74 +--- drivers/net/wireless/ath/ath11k/hal_tx.h | 13 +- drivers/net/wireless/ath/ath11k/htc.c | 2 +- drivers/net/wireless/ath/ath11k/mac.c | 15 +- drivers/net/wireless/ath/ath11k/testmode.c | 2 +- drivers/net/wireless/ath/ath11k/wmi.c | 408 ++++++++++++++---- drivers/net/wireless/ath/ath11k/wmi.h | 123 +++++- 15 files changed, 773 insertions(+), 251 deletions(-)