Received: by 2002:a25:ab43:0:0:0:0:0 with SMTP id u61csp394047ybi; Wed, 19 Jun 2019 01:08:21 -0700 (PDT) X-Google-Smtp-Source: APXvYqyv0YdgAkolhUJ90k6lUMMXkTPTQ04ERF09yx9tb1AL3oIMnwxGNMqoFv3YgUjTLdlSW9q8 X-Received: by 2002:a17:902:e10f:: with SMTP id cc15mr18801024plb.102.1560931701571; Wed, 19 Jun 2019 01:08:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1560931701; cv=none; d=google.com; s=arc-20160816; b=tvv9uEJo9rIVYpu+agXJ0Niw6Nsi+0jOdKQA8/C1MerV6huIti9z/QxEIgf7q2PpOE Ou96jXUpI2E27z41COAV8kRJ4WxS47MLZYVu8y9F5bgqOUDmzMgfLBsoSrbbQQDHaMjg INperkAaYcqWRSMnMHTwMbZCV9Qm5qBmYm/URfYkkxQAWHfnyIIEkQIDPYByf1k5A3s7 SuY+tn+I54DmY8ObKj2grraDF+/CnrhcOOK6jZSvtPXdFtIuS1j9jZzz7erZ+Tw2m1jM 1RR3TeTy+jD6LsVj1mEZbPSrxDVJM2FiP8wQPdEgEorZTCGd0Yiuyc6tXwcFJxMNZvwJ BSwA== 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=1lsDXyGsAucsLvJMk6um6wRsbQRe3ItvIvH+n8t9uLs=; b=SIJxNK++LwWltdO5KCLN2W5s5DBsp9LLnAbBQ+X6ntF6dzpfMeyeqCMZ4GWk6cA6tt IBxOybu6y0eWYyf07AfBMYxd9ek5BUpMHair8mlosg8EW25j1/TIDY8fQgVQYbupFpEq rhEooGzXCR0NvP1k5MrpkwtUFmBHAisFBCi1hLiOMsWt4j00Tc+GHPto/muypgtzqU/2 cIz05Lp+OApCCKarxpZ7i9yqi8EhPRvkKxo5zi4QcdB1NjpS0xVwFV3l8Su7CcrLNuzY FJHl0OJ9iztTeVsvRcHMClwaOjswNjMHAvSZAGABY6TmbkcoklEy6+z3nTlPQ62dwVlW 24Ug== 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 z11si2491641pgl.7.2019.06.19.01.07.53; Wed, 19 Jun 2019 01:08:21 -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 S1730826AbfFSIFD (ORCPT + 99 others); Wed, 19 Jun 2019 04:05:03 -0400 Received: from nbd.name ([46.4.11.11]:38486 "EHLO nbd.name" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726142AbfFSIFD (ORCPT ); Wed, 19 Jun 2019 04:05:03 -0400 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 1hdVaW-0005zH-6k; Wed, 19 Jun 2019 10:05:00 +0200 From: John Crispin To: Johannes Berg , Kalle Valo Cc: linux-wireless@vger.kernel.org, ath10k@lists.infradead.org, John Crispin Subject: [PATCH V7 0/2] mac80211: add 802.11 encapsulation offloading Date: Wed, 19 Jun 2019 10:04:55 +0200 Message-Id: <20190619080457.17135-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 picks up prior work from QCA. The patch is currently shipped inside QSDK as part of the wlan-open package. The series tries to address all feedback from the V2 -> https://patchwork.kernel.org/patch/9602585/ Changes in V3 * rebase on latest kernel * various code style clean ups * give some of the variables and functions more obvious names * move the code that disables support for non-linear frames to the core * disable monitor and tkip support Changes in V4 * disable encap when TKIP is used instead of refusing TKIP * use a flag inside tx_info instead of an extra element * move 4addr detection into ieee80211_set_hw_80211_encap() * ieee80211_tx_dequeue() was dropping out to early Changes in V5 * implement comments from Johannes Changes in V6 * the conditional masking out monitor support was inverse Changes in V7 * dont mask out monitor support when encap is available. Instead turn encap of if a monitor device is brought up or already present Vasanthakumar Thiagarajan (2): mac80211: add hw 80211 encapsulation offloading support ath10k: add tx hw 802.11 encapusaltion offloading suppor drivers/net/wireless/ath/ath10k/core.c | 11 ++ drivers/net/wireless/ath/ath10k/core.h | 3 + drivers/net/wireless/ath/ath10k/htt_tx.c | 24 +-- drivers/net/wireless/ath/ath10k/mac.c | 70 +++++++-- drivers/net/wireless/ath/ath10k/txrx.c | 11 +- include/net/mac80211.h | 25 +++ net/mac80211/cfg.c | 6 + net/mac80211/debugfs.c | 1 + net/mac80211/ieee80211_i.h | 10 ++ net/mac80211/iface.c | 100 ++++++++++++ net/mac80211/key.c | 7 + net/mac80211/main.c | 4 +- net/mac80211/status.c | 79 ++++++++++ net/mac80211/tx.c | 187 ++++++++++++++++++++++- 14 files changed, 507 insertions(+), 31 deletions(-) -- 2.20.1