linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5] ath10k: add basic hostq support
@ 2016-01-13 14:01 Michal Kazior
  2016-01-13 14:01 ` [PATCH 1/5] ath10k: rename some HTT events Michal Kazior
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Michal Kazior @ 2016-01-13 14:01 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Michal Kazior

There's a new firmware feature which uses a shared
DMA memory so host can share it's per-sta per-tid
queue size which is then subsequently used for
firmware to assist in deciding which frames to put
on the intermediate host-device tx queue.

This patchset adds only basic support to make
the firmware supporting the feature happy and
running at all. Without it firmware would freeze
shortly after booting.

More patches will follow some time later to add
the "new data path" logic.


Michal Kazior (5):
  ath10k: rename some HTT events
  ath10k: add new htt definitions
  ath10k: add new FW_FEATURE_PEER_FLOW_CONTROL
  ath10k: clean up cont frag desc init code
  ath10k: implement basic support for new tx path firmware

 drivers/net/wireless/ath/ath10k/core.c   |   1 +
 drivers/net/wireless/ath/ath10k/core.h   |   9 ++
 drivers/net/wireless/ath/ath10k/htt.c    |   8 +-
 drivers/net/wireless/ath/ath10k/htt.h    | 169 +++++++++++++++++++++++++++++--
 drivers/net/wireless/ath/ath10k/htt_rx.c |   8 +-
 drivers/net/wireless/ath/ath10k/htt_tx.c | 146 +++++++++++++++++++++-----
 6 files changed, 302 insertions(+), 39 deletions(-)

-- 
2.1.4


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

end of thread, other threads:[~2016-02-02 11:19 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-13 14:01 [PATCH 0/5] ath10k: add basic hostq support Michal Kazior
2016-01-13 14:01 ` [PATCH 1/5] ath10k: rename some HTT events Michal Kazior
2016-01-13 14:01 ` [PATCH 2/5] ath10k: add new htt definitions Michal Kazior
2016-01-13 14:01 ` [PATCH 3/5] ath10k: add new FW_FEATURE_PEER_FLOW_CONTROL Michal Kazior
2016-01-13 14:01 ` [PATCH 4/5] ath10k: clean up cont frag desc init code Michal Kazior
2016-01-20 19:34   ` Ben Greear
2016-01-21  6:01     ` Michal Kazior
2016-01-13 14:01 ` [PATCH 5/5] ath10k: implement basic support for new tx path firmware Michal Kazior
2016-01-21 13:13 ` [PATCH 0/5] ath10k: add basic hostq support Michal Kazior
2016-01-21 13:13   ` [PATCH 1/5] ath10k: rename some HTT events Michal Kazior
2016-01-21 13:13   ` [PATCH 2/5] ath10k: add new htt definitions Michal Kazior
2016-01-21 13:13   ` [PATCH 3/5] ath10k: add new FW_FEATURE_PEER_FLOW_CONTROL Michal Kazior
2016-01-21 13:13   ` [PATCH 4/5] ath10k: clean up cont frag desc init code Michal Kazior
2016-01-21 13:13   ` [PATCH 5/5] ath10k: implement basic support for new tx path firmware Michal Kazior
2016-01-21 13:24   ` [PATCH 0/5] ath10k: add basic hostq support Michal Kazior
2016-02-02 11:19   ` Kalle Valo

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).