mbox series

[0/6] introduce background radar support for mt7915 driver

Message ID cover.1641996493.git.lorenzo@kernel.org (mailing list archive)
Headers show
Series introduce background radar support for mt7915 driver | expand

Message

Lorenzo Bianconi Jan. 12, 2022, 2:13 p.m. UTC
Introduce radar/CAC background detection support for mt7915 driver
Background radar/CAC detection allows to avoid the CAC downtime
switching on a different channel during CAC detection on the selected
radar channel.

Lorenzo Bianconi (6):
  mt76: mt7915: introduce mt7915_set_radar_background routine
  mt76: mt7915: enable radar trigger on rdd2
  mt76: mt7915: introduce rdd_monitor debugfs node
  mt76: mt7915: report radar pattern if detected by rdd2
  mt76: mt7915: enable radar background detection
  dt-bindings:net:wireless:mediatek,mt76: add disable-radar-offchan

 .../bindings/net/wireless/mediatek,mt76.yaml  |   9 ++
 .../wireless/mediatek/mt76/mt76_connac_mcu.h  |   1 +
 .../wireless/mediatek/mt76/mt7915/debugfs.c   |  55 +++++++++-
 .../net/wireless/mediatek/mt76/mt7915/init.c  |  10 ++
 .../net/wireless/mediatek/mt76/mt7915/main.c  |  50 +++++++++
 .../net/wireless/mediatek/mt76/mt7915/mcu.c   | 100 +++++++++++++++++-
 .../net/wireless/mediatek/mt76/mt7915/mcu.h   |  23 ++++
 .../wireless/mediatek/mt76/mt7915/mt7915.h    |   7 ++
 8 files changed, 253 insertions(+), 2 deletions(-)

Comments

Lorenzo Bianconi Jan. 12, 2022, 2:19 p.m. UTC | #1
> Introduce radar/CAC background detection support for mt7915 driver
> Background radar/CAC detection allows to avoid the CAC downtime
> switching on a different channel during CAC detection on the selected
> radar channel.

@Rob: I forgot to add devicetree ML in cc. Do I need to repost?

Regards,
Lorenzo

> 
> Lorenzo Bianconi (6):
>   mt76: mt7915: introduce mt7915_set_radar_background routine
>   mt76: mt7915: enable radar trigger on rdd2
>   mt76: mt7915: introduce rdd_monitor debugfs node
>   mt76: mt7915: report radar pattern if detected by rdd2
>   mt76: mt7915: enable radar background detection
>   dt-bindings:net:wireless:mediatek,mt76: add disable-radar-offchan
> 
>  .../bindings/net/wireless/mediatek,mt76.yaml  |   9 ++
>  .../wireless/mediatek/mt76/mt76_connac_mcu.h  |   1 +
>  .../wireless/mediatek/mt76/mt7915/debugfs.c   |  55 +++++++++-
>  .../net/wireless/mediatek/mt76/mt7915/init.c  |  10 ++
>  .../net/wireless/mediatek/mt76/mt7915/main.c  |  50 +++++++++
>  .../net/wireless/mediatek/mt76/mt7915/mcu.c   | 100 +++++++++++++++++-
>  .../net/wireless/mediatek/mt76/mt7915/mcu.h   |  23 ++++
>  .../wireless/mediatek/mt76/mt7915/mt7915.h    |   7 ++
>  8 files changed, 253 insertions(+), 2 deletions(-)
> 
> -- 
> 2.34.1
>
Rob Herring (Arm) Jan. 12, 2022, 3:58 p.m. UTC | #2
On Wed, Jan 12, 2022 at 8:19 AM Lorenzo Bianconi
<lorenzo.bianconi@redhat.com> wrote:
>
> > Introduce radar/CAC background detection support for mt7915 driver
> > Background radar/CAC detection allows to avoid the CAC downtime
> > switching on a different channel during CAC detection on the selected
> > radar channel.
>
> @Rob: I forgot to add devicetree ML in cc. Do I need to repost?

Yes, that's the only way patchwork picks up patches and checks run.

Rob
Lorenzo Bianconi Jan. 12, 2022, 5:59 p.m. UTC | #3
> On Wed, Jan 12, 2022 at 8:19 AM Lorenzo Bianconi
> <lorenzo.bianconi@redhat.com> wrote:
> >
> > > Introduce radar/CAC background detection support for mt7915 driver
> > > Background radar/CAC detection allows to avoid the CAC downtime
> > > switching on a different channel during CAC detection on the selected
> > > radar channel.
> >
> > @Rob: I forgot to add devicetree ML in cc. Do I need to repost?
> 
> Yes, that's the only way patchwork picks up patches and checks run.
> 
> Rob
> 

ack, posted v2.

Regards,
Lorenzo