Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4755795yba; Mon, 20 May 2019 03:15:45 -0700 (PDT) X-Google-Smtp-Source: APXvYqwzT7sC+rqq2Lp4lBiDavFdo1wDd9et7yA74dCrZizzAUgRmZdXJvx6/x4SLTVTwYPNDX+y X-Received: by 2002:a63:9a52:: with SMTP id e18mr74636339pgo.335.1558347345824; Mon, 20 May 2019 03:15:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1558347345; cv=none; d=google.com; s=arc-20160816; b=TyNGeV0DCPL0I8sSjXjgu7U0bOM1jf29PDQMKyTAec2L+XqDwVvt07jnSDGo4NDHMe KOwUTh5CBtJa5MC9FlBwx3wOppaaSgT/4yr52jlYytqxFUCExwuPzfiG2jVr/+uspuVo IiwBK2P6zguysLybpTUpyL46AI5pVxr7mPdcRtTAJW43NuvTFwUl7vL5NHip1SllV3ET 14V/CF/6RLfx/sp6w5pwwFBqhMESweR4UZ/Y8w60DYeMhlu5y9qWVxtyPIJpnn4GGUty 86If73TP9M7TILq/vk4zulFS5hbtXcWMgXZaIrMPnYawrJFtc/BS0G17/D3W404Ho4A1 VOhA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=kngb1uu/vGLej689w5K5jnvKgMpcPNyNlW1HSpZfrf8=; b=zfiRz1tsjpuB/f8xjQB8hyNh8lTmjQaPKOocEgO2gi+s8TraLZJ+0oDZ4FZrK4fZE5 ymMm4l69YC20pI3eAgykmyeGeORaueZw/2ZnIYkscDHzdniEDY/qwkcjg/VFOVGw55FV BL/k9AKQpFDKloJ42oUVIaqPSAQ9+kJ/lvdhTRkJRZdr8uUYshDhvOJiv5OqbwfyBZ7q g1AvGmBclMZyu8hSYROQIXdQwPMskWE8WA/48I5gnuWfMs7JdCU07v1Pc4slXJdK7HWT UfmNBg0/HSjPKCJGkfqt/qu/b5rTsPKZKNWe4s5SaQfy+Sng8Dg/MUteT3r4LItaphBE 7mRQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z18si16629963pgu.169.2019.05.20.03.15.30; Mon, 20 May 2019 03:15:45 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731663AbfETIzV (ORCPT + 99 others); Mon, 20 May 2019 04:55:21 -0400 Received: from nbd.name ([46.4.11.11]:41434 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731611AbfETIzU (ORCPT ); Mon, 20 May 2019 04:55:20 -0400 Received: from p548c87ba.dip0.t-ipconnect.de ([84.140.135.186] helo=bertha.datto.lan) by ds12 with esmtpa (Exim 4.89) (envelope-from ) id 1hSe4i-0002Y7-JH; Mon, 20 May 2019 10:55:16 +0200 From: John Crispin To: Kalle Valo Cc: ath11k@lists.infradead.org, linux-wireless@vger.kernel.org, John Crispin Subject: [PATCH V5 0/8] ath11k: add HE support Date: Mon, 20 May 2019 10:55:00 +0200 Message-Id: <20190520085508.5888-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 This series adds initial support for HE mode to the ath11k driver. Things that still need to implemented * ppe_threshold support 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 Changes in V4 * remove dependency in local patch Changes in V5 * populate he_oper field when preparing peer assoc * populate ppet field when preparing peer assoc * fix 80p80 phymode when preparing peer assoc * address review comments John Crispin (8): mac80211: propagate HE operation info into ieee80211_sta ath11k: fix some whitespace errors ath11k: move phymode selection from function to array lookup ath11k: add HE handling to the debug code ath11k: extend reading of FW capabilities ath11k: add defines for max MCS rates per phymode ath11k: handle rx status for HE frames ath11k: add HE support drivers/net/wireless/ath/ath11k/core.h | 11 +- drivers/net/wireless/ath/ath11k/debugfs_sta.c | 24 +- drivers/net/wireless/ath/ath11k/dp_rx.c | 18 +- drivers/net/wireless/ath/ath11k/mac.c | 357 ++++++++++++++---- drivers/net/wireless/ath/ath11k/reg.c | 1 + drivers/net/wireless/ath/ath11k/wmi.c | 13 +- drivers/net/wireless/ath/ath11k/wmi.h | 44 ++- include/net/mac80211.h | 2 + include/uapi/linux/nl80211.h | 4 + net/mac80211/he.c | 14 + net/mac80211/ieee80211_i.h | 5 + net/mac80211/mlme.c | 1 + 12 files changed, 392 insertions(+), 102 deletions(-) -- 2.20.1