All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ath10k: Handle bundle tx completion for management pkts
@ 2018-10-02 18:03 ` Rakesh Pillai
  0 siblings, 0 replies; 8+ messages in thread
From: Rakesh Pillai @ 2018-10-02 18:03 UTC (permalink / raw)
  To: ath10k; +Cc: linux-wireless, Rakesh Pillai

WCN3990 sends the tx completion for management frames via wmi.
The tx completion for the multiple management frames can also
be bundled in a single wmi event and sent to the host driver.
This reduces the number of WMI events sent to the host driver
by the target.

Enable the support in firmware to send tx completion for
management frames, bundled in a single event, by setting the
proper flag in wmi init command.
Handle the bundled management tx completion event in host driver.

Tested HW: WCN3990
Tested FW: WLAN.HL.2.0-01188-QCAHLSWMTPLZ-1

Rakesh Pillai (2):
  ath10k: Handle bundled tx completion for managenent frames
  ath10k: Enable bundle tx compl for management frames in WCN3990

 drivers/net/wireless/ath/ath10k/wmi-ops.h | 13 +++++++
 drivers/net/wireless/ath/ath10k/wmi-tlv.c | 65 ++++++++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath10k/wmi-tlv.h |  3 ++
 drivers/net/wireless/ath/ath10k/wmi.c     | 26 +++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.h     |  7 ++++
 5 files changed, 113 insertions(+), 1 deletion(-)

-- 
2.7.4


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

end of thread, other threads:[~2018-10-12 14:21 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-02 18:03 [PATCH 0/2] ath10k: Handle bundle tx completion for management pkts Rakesh Pillai
2018-10-02 18:03 ` Rakesh Pillai
2018-10-02 18:03 ` [PATCH 1/2] ath10k: Handle bundled tx completion for managenent frames Rakesh Pillai
2018-10-02 18:03   ` Rakesh Pillai
2018-10-12 14:20   ` Kalle Valo
2018-10-12 14:20     ` Kalle Valo
2018-10-02 18:03 ` [PATCH 2/2] ath10k: Enable bundle tx compl for management frames in WCN3990 Rakesh Pillai
2018-10-02 18:03   ` Rakesh Pillai

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.