All of lore.kernel.org
 help / color / mirror / Atom feed
* [HACK PATCH 0/4] ath10k: 802.3 frame format support
@ 2014-12-08 17:16 Kalle Valo
  2014-12-08 17:17 ` [HACK PATCH 1/4] mac80211: rx Kalle Valo
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Kalle Valo @ 2014-12-08 17:16 UTC (permalink / raw)
  To: ath10k

Hi,

some time ago Michal did an experimentation to use 802.3 frame format with
ath10k which needed some really really horrible mac80211 hacks. It would need a
lot of work to get these upstream (if ever), but I'm sending these anyway in
hope it would help to optimise ath10k throughput in slower devices. And who
knows, maybe even find some bottlenecks which we are able to fix in upstream.

I took Michal's patches, rebased them and added Kconfig option to make it
easier to experiment with and without the feature. I did only a quick test that
ping works, but I'm sure this is broken n+1 different ways.

I would be very interested to hear any comments or findings.

---

Michal Kazior (4):
      mac80211: rx
      mac8011: tx
      ath10k: rx
      ath10k: tx


 drivers/net/wireless/ath/ath10k/Kconfig  |    8 ++++++
 drivers/net/wireless/ath/ath10k/core.h   |    6 +++++
 drivers/net/wireless/ath/ath10k/htt_rx.c |   40 ++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/htt_tx.c |   12 +++++++++
 drivers/net/wireless/ath/ath10k/mac.c    |   29 ++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.c    |    9 +++++++
 include/net/mac80211.h                   |    5 ++++
 net/mac80211/rx.c                        |   10 ++++++++
 net/mac80211/status.c                    |    5 ++++
 net/mac80211/tx.c                        |   15 +++++++++++
 10 files changed, 139 insertions(+)


_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

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

end of thread, other threads:[~2014-12-08 17:18 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-08 17:16 [HACK PATCH 0/4] ath10k: 802.3 frame format support Kalle Valo
2014-12-08 17:17 ` [HACK PATCH 1/4] mac80211: rx Kalle Valo
2014-12-08 17:17 ` [HACK PATCH 2/4] mac8011: tx Kalle Valo
2014-12-08 17:17 ` [HACK PATCH 3/4] ath10k: rx Kalle Valo
2014-12-08 17:17 ` [HACK PATCH 4/4] ath10k: tx Kalle Valo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.