From patchwork Tue Apr 30 12:14:08 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Crispin X-Patchwork-Id: 10923375 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 142A214B6 for ; Tue, 30 Apr 2019 12:14:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 02F4227853 for ; Tue, 30 Apr 2019 12:14:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E9F4428358; Tue, 30 Apr 2019 12:14:27 +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 8011B27853 for ; Tue, 30 Apr 2019 12:14:27 +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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id: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=8mLHmt6qHuocU51Y1vqBXP/m/TIxPz4VBm3v4il7Too=; b=Wwl BmAAJZjCejZsojckC8aOihCwlAU1qdF6/NMewpCU703ihMzBYykNDJvadCsbYzfylAq0d8ZC5VLo8 nX578A2ZsVuRiaiIHHFsyGuKV/y/NG7wbSQu8Fi1HEa3VVRStlmoe3fsFc8O4mBR+SmK4t302BCzc PYszzIpI53ibMLqRDPS8XefSFclTfQN+XCGjlvVI+2xk7uulyLufXk4CJSYsMMS/xHSJ3VmPCdUr4 /m1XWiwNkkRQzcH9xVzMg4Td5CM754XHEe9XXdfYOat4+6mabtG1oSLEFeayjRP3PFtPRsvkWzUFL uYJrBYimsXQdwn32BkE2O/u/+exu4jA==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hLReU-0007dY-5R; Tue, 30 Apr 2019 12:14:26 +0000 Received: from nbd.name ([2a01:4f8:221:3d45::2]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hLReR-0007by-5I for ath11k@lists.infradead.org; Tue, 30 Apr 2019 12:14:24 +0000 Received: from p548c87b5.dip0.t-ipconnect.de ([84.140.135.181] helo=bertha.fritz.box) by ds12 with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.89) (envelope-from ) id 1hLReO-0002c5-BT; Tue, 30 Apr 2019 14:14:20 +0200 From: John Crispin To: Kalle Valo Subject: [PATCH V3 0/5] ath11k: HE support Date: Tue, 30 Apr 2019 14:14:08 +0200 Message-Id: <20190430121413.21288-1-john@phrozen.org> X-Mailer: git-send-email 2.11.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190430_051423_361999_491F48CE X-CRM114-Status: UNSURE ( 9.96 ) X-CRM114-Notice: Please train this message. X-BeenThere: ath11k@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: John Crispin , ath11k@lists.infradead.org, Rajkumar Manoharan MIME-Version: 1.0 Sender: "ath11k" Errors-To: ath11k-bounces+patchwork-ath11k=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP This series adds initial support for HE mode to the ath11k driver. Things that still need to implemented * ppe_threshold support * propagate the he_oper field from userland to wmi_peer_add * 80p80 support - mac80211 cosniders 160/80p80 to be the same * he_mcs bitrate_mask support once implemented inside mac80211 Changes in V2: * generate sband_iftype data from FW provided capabilities * properly handle rx_status for HE frames * fix regression in basic VHF phymode * various minor cleanups Changes in V3 * make the he_cap generating code future-proof * move phymode lookup to an array John Crispin (5): ath11k: move phymode selection from function to array lookup ath11k: add HE handling to the debug code ath11k: extend reading of FW capabilities ath11k: handle rx status for HE frames ath11k: add HE support drivers/net/wireless/ath/ath11k/core.h | 7 +- drivers/net/wireless/ath/ath11k/debugfs_sta.c | 24 ++- drivers/net/wireless/ath/ath11k/dp_rx.c | 16 +- drivers/net/wireless/ath/ath11k/mac.c | 291 +++++++++++++++++++------- drivers/net/wireless/ath/ath11k/wmi.c | 7 +- drivers/net/wireless/ath/ath11k/wmi.h | 5 +- include/uapi/linux/nl80211.h | 4 + 7 files changed, 274 insertions(+), 80 deletions(-)