ath12k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: Ramya Gnanasekar <quic_rgnanase@quicinc.com>
To: ath12k@lists.infradead.org
Cc: linux-wireless@vger.kernel.org,
	Ramya Gnanasekar <quic_rgnanase@quicinc.com>
Subject: [PATCH 0/2] wifi: ath12k: Add initial debugfs support in ath12k
Date: Wed, 20 Mar 2024 22:43:03 +0530	[thread overview]
Message-ID: <20240320171305.655288-1-quic_rgnanase@quicinc.com> (raw)

The initial debugfs infra support in ath12k driver and create the
ath12k debugfs and soc-specific directories in /sys/kernel/debug/

Add support to simulate RADAR interference through debugfs 

ath12k
`-- pci-0000:06:00.0
    |-- mac0
        `-- dfs_simulate_radar

Ramasamy Kaliappan (1):
  wifi: ath12k: Add initial debugfs support in ath12k

Ramya Gnanasekar (1):
  wifi: ath12k: Add radar simulation debugfs support

 drivers/net/wireless/ath/ath12k/Kconfig   |  9 +++
 drivers/net/wireless/ath/ath12k/Makefile  |  1 +
 drivers/net/wireless/ath/ath12k/core.c    |  5 ++
 drivers/net/wireless/ath/ath12k/core.h    | 10 +++
 drivers/net/wireless/ath/ath12k/debugfs.c | 89 +++++++++++++++++++++++
 drivers/net/wireless/ath/ath12k/debugfs.h | 30 ++++++++
 drivers/net/wireless/ath/ath12k/mac.c     |  3 +
 7 files changed, 147 insertions(+)
 create mode 100644 drivers/net/wireless/ath/ath12k/debugfs.c
 create mode 100644 drivers/net/wireless/ath/ath12k/debugfs.h

-- 
2.17.1


             reply	other threads:[~2024-03-20 17:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-20 17:13 Ramya Gnanasekar [this message]
2024-03-20 17:13 ` [PATCH 1/2] wifi: ath12k: Add initial debugfs support in ath12k Ramya Gnanasekar
2024-03-20 20:57   ` Jeff Johnson
2024-04-04 10:07   ` Kalle Valo
2024-03-20 17:13 ` [PATCH 2/2] wifi: ath12k: Add radar simulation debugfs support Ramya Gnanasekar
2024-03-20 20:57   ` Jeff Johnson

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=20240320171305.655288-1-quic_rgnanase@quicinc.com \
    --to=quic_rgnanase@quicinc.com \
    --cc=ath12k@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 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 read-only IMAP folder(s) and NNTP newsgroup(s).