From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id BA1D1C43603 for ; Wed, 4 Dec 2019 18:17:58 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9008920675 for ; Wed, 4 Dec 2019 18:17:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731671AbfLDSR6 (ORCPT ); Wed, 4 Dec 2019 13:17:58 -0500 Received: from nbd.name ([46.4.11.11]:40912 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728738AbfLDSR5 (ORCPT ); Wed, 4 Dec 2019 13:17:57 -0500 Received: from p5dcfb666.dip0.t-ipconnect.de ([93.207.182.102] helo=bertha.datto.lan) by ds12 with esmtpa (Exim 4.89) (envelope-from ) id 1icZDj-0005Od-VP; Wed, 04 Dec 2019 19:17:52 +0100 From: John Crispin To: Kalle Valo Cc: ath11k@lists.infradead.org, linux-wireless@vger.kernel.org, John Crispin Subject: [PATCH V2 0/9] ath11k: resend pending patches Date: Wed, 4 Dec 2019 19:17:36 +0100 Message-Id: <20191204181745.27297-1-john@phrozen.org> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.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. Changes in V2: * fix up the comments from Vassant 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 | 197 +++++++++ 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 | 407 ++++++++++++++---- drivers/net/wireless/ath/ath11k/wmi.h | 123 +++++- 15 files changed, 771 insertions(+), 251 deletions(-) -- 2.20.1