All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lorenzo Bianconi <lorenzo@kernel.org>
To: nbd@nbd.name
Cc: lorenzo.bianconi@redhat.com, linux-wireless@vger.kernel.org,
	ryder.lee@mediatek.com, royluo@google.com, yf.luo@mediatek.com
Subject: [PATCH 0/6] add hw dfs pattern detector support to mt7615 driver
Date: Sat, 29 Jun 2019 12:36:05 +0200	[thread overview]
Message-ID: <cover.1561804422.git.lorenzo@kernel.org> (raw)

Introduce radar pattern detection support to mt7615 driver.
Add Channel Switch Announcement support updating beacon template with
CSA IE received from mac80211.
Please note I have tested this series just through the radar pattern test
knob added to debugfs and not through I real radar signal generator.

Lorenzo Bianconi (6):
  mt76: mt7615: introduce mt7615_regd_notifier
  mt76: mt7615: add hw dfs pattern detector support
  mt76: mt7615: do not perform txcalibration before cac is complited
  mt76: mt7615: unlock dfs bands
  mt76: mt7615: add csa support
  mt76: mt7615: add radar pattern test knob to debugfs

 .../wireless/mediatek/mt76/mt7615/Makefile    |   3 +-
 .../wireless/mediatek/mt76/mt7615/debugfs.c   |  38 +++++
 .../net/wireless/mediatek/mt76/mt7615/dma.c   |   2 +-
 .../net/wireless/mediatek/mt76/mt7615/init.c  |  44 ++++--
 .../net/wireless/mediatek/mt76/mt7615/mac.c   |  88 +++++++++++
 .../net/wireless/mediatek/mt76/mt7615/main.c  |  19 +++
 .../net/wireless/mediatek/mt76/mt7615/mcu.c   | 147 ++++++++++++++++--
 .../net/wireless/mediatek/mt76/mt7615/mcu.h   |  24 +++
 .../wireless/mediatek/mt76/mt7615/mt7615.h    |  55 +++++++
 9 files changed, 392 insertions(+), 28 deletions(-)
 create mode 100644 drivers/net/wireless/mediatek/mt76/mt7615/debugfs.c

-- 
2.21.0


             reply	other threads:[~2019-06-29 10:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-06-29 10:36 Lorenzo Bianconi [this message]
2019-06-29 10:36 ` [PATCH 1/6] mt76: mt7615: introduce mt7615_regd_notifier Lorenzo Bianconi
2019-06-29 10:36 ` [PATCH 2/6] mt76: mt7615: add hw dfs pattern detector support Lorenzo Bianconi
2019-06-29 10:36 ` [PATCH 3/6] mt76: mt7615: do not perform txcalibration before cac is complited Lorenzo Bianconi
2019-06-29 10:36 ` [PATCH 4/6] mt76: mt7615: unlock dfs bands Lorenzo Bianconi
2019-06-30  9:28   ` Kalle Valo
2019-06-30 11:25     ` Lorenzo Bianconi
2019-07-01  7:59       ` Kalle Valo
     [not found]         ` <87tvc69odh.fsf-HodKDYzPHsUD5k0oWYwrnHL1okKdlPRT@public.gmane.org>
2019-07-01  9:57           ` Ryder Lee
2019-07-01  9:57             ` Ryder Lee
2019-07-01 10:49             ` Kalle Valo
2019-07-01 10:49               ` Kalle Valo
2019-06-29 10:36 ` [PATCH 5/6] mt76: mt7615: add csa support Lorenzo Bianconi
2019-06-29 10:36 ` [PATCH 6/6] mt76: mt7615: add radar pattern test knob to debugfs Lorenzo Bianconi
2019-06-29 10:48 ` [PATCH 0/6] add hw dfs pattern detector support to mt7615 driver Lorenzo Bianconi
2019-06-29 15:20   ` Ryder Lee

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=cover.1561804422.git.lorenzo@kernel.org \
    --to=lorenzo@kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=lorenzo.bianconi@redhat.com \
    --cc=nbd@nbd.name \
    --cc=royluo@google.com \
    --cc=ryder.lee@mediatek.com \
    --cc=yf.luo@mediatek.com \
    /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.