All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rakesh Pillai <pillair@codeaurora.org>
To: ath10k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org, Rakesh Pillai <pillair@codeaurora.org>
Subject: [PATCH 0/2] ath10k: Handle mgmt tx completion event
Date: Thu, 28 Jun 2018 14:48:55 +0530	[thread overview]
Message-ID: <1530177537-18487-1-git-send-email-pillair@codeaurora.org> (raw)

The transmitted management frame completion can be
sent by the firmware as one completion per event or it can
bundle the completion of a bunch of management frames and
send it in one single event.

Disable the bundle tx completion for management frames
and handle the tx completion event for management frames to
free these frames.

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

Rakesh Pillai (1):
  ath10k: Handle mgmt tx completion event

Surabhi Vishnoi (1):
  ath10k: Disable bundle mgmt tx completion event support

 drivers/net/wireless/ath/ath10k/core.c    |  1 +
 drivers/net/wireless/ath/ath10k/core.h    |  5 ++
 drivers/net/wireless/ath/ath10k/hw.h      |  1 +
 drivers/net/wireless/ath/ath10k/wmi-ops.h | 12 +++++
 drivers/net/wireless/ath/ath10k/wmi-tlv.c | 70 +++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath10k/wmi-tlv.h | 17 +++++++
 drivers/net/wireless/ath/ath10k/wmi.c     | 84 +++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.h     |  7 +++
 8 files changed, 195 insertions(+), 2 deletions(-)

-- 
2.7.4

WARNING: multiple messages have this Message-ID (diff)
From: Rakesh Pillai <pillair@codeaurora.org>
To: ath10k@lists.infradead.org
Cc: Rakesh Pillai <pillair@codeaurora.org>, linux-wireless@vger.kernel.org
Subject: [PATCH 0/2] ath10k: Handle mgmt tx completion event
Date: Thu, 28 Jun 2018 14:48:55 +0530	[thread overview]
Message-ID: <1530177537-18487-1-git-send-email-pillair@codeaurora.org> (raw)

The transmitted management frame completion can be
sent by the firmware as one completion per event or it can
bundle the completion of a bunch of management frames and
send it in one single event.

Disable the bundle tx completion for management frames
and handle the tx completion event for management frames to
free these frames.

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

Rakesh Pillai (1):
  ath10k: Handle mgmt tx completion event

Surabhi Vishnoi (1):
  ath10k: Disable bundle mgmt tx completion event support

 drivers/net/wireless/ath/ath10k/core.c    |  1 +
 drivers/net/wireless/ath/ath10k/core.h    |  5 ++
 drivers/net/wireless/ath/ath10k/hw.h      |  1 +
 drivers/net/wireless/ath/ath10k/wmi-ops.h | 12 +++++
 drivers/net/wireless/ath/ath10k/wmi-tlv.c | 70 +++++++++++++++++++++++++-
 drivers/net/wireless/ath/ath10k/wmi-tlv.h | 17 +++++++
 drivers/net/wireless/ath/ath10k/wmi.c     | 84 +++++++++++++++++++++++++++++++
 drivers/net/wireless/ath/ath10k/wmi.h     |  7 +++
 8 files changed, 195 insertions(+), 2 deletions(-)

-- 
2.7.4


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

             reply	other threads:[~2018-06-28  9:25 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-28  9:18 Rakesh Pillai [this message]
2018-06-28  9:18 ` [PATCH 0/2] ath10k: Handle mgmt tx completion event Rakesh Pillai
2018-06-28  9:18 ` [PATCH 1/2] ath10k: Disable bundle mgmt tx completion event support Rakesh Pillai
2018-06-28  9:18   ` Rakesh Pillai
2018-07-30 17:52   ` Kalle Valo
2018-07-30 17:52   ` Kalle Valo
2018-06-28  9:18 ` [PATCH 2/2] ath10k: Handle mgmt tx completion event Rakesh Pillai
2018-06-28  9:18   ` Rakesh Pillai

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1530177537-18487-1-git-send-email-pillair@codeaurora.org \
    --to=pillair@codeaurora.org \
    --cc=ath10k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.