All of lore.kernel.org
 help / color / mirror / Atom feed
From: Aloka Dixit <alokad@codeaurora.org>
To: kvalo@codeaurora.org
Cc: linux-wireless@vger.kernel.org, Aloka Dixit <alokad@codeaurora.org>
Subject: [PATCH V4 0/2] WMI and debugfs calls for TWT dialogs
Date: Tue, 19 Jan 2021 18:30:46 -0800	[thread overview]
Message-ID: <20210120023048.5016-1-alokad@codeaurora.org> (raw)

This patchset adds support for TWT dialogs using debugfs.

John Crispin (2):
  ath11k: add WMI calls to manually add/del/pause/resume TWT dialogs
  ath11k: add debugfs for TWT debug calls

 drivers/net/wireless/ath/ath11k/core.h  |   1 +
 drivers/net/wireless/ath/ath11k/debug.c | 199 +++++++++++++++++++++++
 drivers/net/wireless/ath/ath11k/debug.h |   8 +
 drivers/net/wireless/ath/ath11k/mac.c   |   5 +
 drivers/net/wireless/ath/ath11k/wmi.c   | 204 ++++++++++++++++++++++++
 drivers/net/wireless/ath/ath11k/wmi.h   | 114 +++++++++++++
 6 files changed, 531 insertions(+)


base-commit: be8cd9b8f5ed435c27530430aa1b1da30f9825d5
-- 
2.25.0


             reply	other threads:[~2021-01-20  3:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-20  2:30 Aloka Dixit [this message]
2021-01-20  2:30 ` [PATCH V4 1/2] ath11k: add WMI calls to manually add/del/pause/resume TWT dialogs Aloka Dixit
2021-01-20  2:30 ` [PATCH V4 2/2] ath11k: add debugfs for TWT debug calls Aloka Dixit
2021-02-09  9:30   ` Kalle Valo
2021-02-09  9:30     ` Kalle Valo

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=20210120023048.5016-1-alokad@codeaurora.org \
    --to=alokad@codeaurora.org \
    --cc=kvalo@codeaurora.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.