Linux wireless drivers development
 help / color / mirror / Atom feed
* [PATCH V7 0/2] mac80211: add 802.11 encapsulation offloading
@ 2019-06-19  8:04 John Crispin
  2019-06-19  8:04 ` [PATCH V7 1/2] mac80211: add hw 80211 encapsulation offloading support John Crispin
  2019-06-19  8:04 ` [PATCH V7 2/2] ath10k: add tx hw 802.11 encapusaltion offloading suppor John Crispin
  0 siblings, 2 replies; 3+ messages in thread
From: John Crispin @ 2019-06-19  8:04 UTC (permalink / raw)
  To: Johannes Berg, Kalle Valo; +Cc: linux-wireless, ath10k, 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 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


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

end of thread, other threads:[~2019-06-19  8:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-19  8:04 [PATCH V7 0/2] mac80211: add 802.11 encapsulation offloading John Crispin
2019-06-19  8:04 ` [PATCH V7 1/2] mac80211: add hw 80211 encapsulation offloading support John Crispin
2019-06-19  8:04 ` [PATCH V7 2/2] ath10k: add tx hw 802.11 encapusaltion offloading suppor John Crispin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox