linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC V3 0/2] mac80211: add 802.11 encapsulation offloading
@ 2019-04-01 13:14 John Crispin
  2019-04-01 13:14 ` [RFC V3 1/2] mac80211: add hw 80211 encapsulation offloading support John Crispin
  2019-04-01 13:14 ` [RFC V3 2/2] ath10k: add tx hw 802.11 encapusaltion " John Crispin
  0 siblings, 2 replies; 17+ messages in thread
From: John Crispin @ 2019-04-01 13:14 UTC (permalink / raw)
  To: Johannes Berg, Kalle Valo
  Cc: linux-wireless, Shashidhar Lakkavalli, John Crispin

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 so eof 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

Vasanthakumar Thiagarajan (2):
  mac80211: add hw 80211 encapsulation offloading support
  ath10k: add tx hw 802.11 encapusaltion offloading support

 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    |  78 ++++++++++---
 drivers/net/wireless/ath/ath10k/txrx.c   |  11 +-
 include/net/mac80211.h                   |  25 ++++
 net/mac80211/cfg.c                       |  12 +-
 net/mac80211/debugfs.c                   |   1 +
 net/mac80211/ieee80211_i.h               |  10 ++
 net/mac80211/iface.c                     |  54 +++++++++
 net/mac80211/key.c                       |   3 +
 net/mac80211/main.c                      |  10 +-
 net/mac80211/status.c                    |  79 +++++++++++++
 net/mac80211/tx.c                        | 188 ++++++++++++++++++++++++++++++-
 14 files changed, 475 insertions(+), 34 deletions(-)

-- 
2.11.0


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2019-04-10 10:16 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-01 13:14 [RFC V3 0/2] mac80211: add 802.11 encapsulation offloading John Crispin
2019-04-01 13:14 ` [RFC V3 1/2] mac80211: add hw 80211 encapsulation offloading support John Crispin
2019-04-02  9:31   ` Sebastian Gottschall
2019-04-02 14:39     ` John Crispin
2019-04-02 16:33       ` Sebastian Gottschall
2019-04-02  9:50   ` Toke Høiland-Jørgensen
2019-04-02 12:44     ` Johannes Berg
2019-04-02 13:28       ` Toke Høiland-Jørgensen
2019-04-02 14:37         ` John Crispin
2019-04-10  7:28     ` John Crispin
2019-04-10 10:16       ` Toke Høiland-Jørgensen
2019-04-08 19:28   ` Johannes Berg
2019-04-01 13:14 ` [RFC V3 2/2] ath10k: add tx hw 802.11 encapusaltion " John Crispin
2019-04-01 13:20   ` Ben Greear
2019-04-01 14:02   ` John Crispin
2019-04-02  9:27     ` Sebastian Gottschall
2019-04-02 14:38       ` John Crispin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).