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

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

Changes from v1:
 - Addressed comments to remove tricky typecasting.
 - Fixed compilation warnings.

Rakesh Pillai (2):
  ath10k: Handle bundled tx completion for management 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     | 23 +++++++++++
 drivers/net/wireless/ath/ath10k/wmi.h     |  7 ++++
 5 files changed, 110 insertions(+), 1 deletion(-)

-- 
2.7.4


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

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

end of thread, other threads:[~2019-02-07 14:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-25  4:10 [PATCH v2 0/2] ath10k: Handle bundle tx completion for management pkts Rakesh Pillai
2019-01-25  4:10 ` Rakesh Pillai
2019-01-25  4:10 ` [PATCH v2 1/2] ath10k: Handle bundled tx completion for management frames Rakesh Pillai
2019-01-25  4:10   ` Rakesh Pillai
2019-02-07 14:37   ` Kalle Valo
2019-02-07 14:37   ` Kalle Valo
2019-01-25  4:10 ` [PATCH v2 2/2] ath10k: Enable bundle tx compl for management frames in WCN3990 Rakesh Pillai
2019-01-25  4:10   ` 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.