Message ID | cover.1641996493.git.lorenzo@kernel.org (mailing list archive) |
---|---|
Headers | show |
Series | introduce background radar support for mt7915 driver | expand |
> 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 >
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
> 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