Message ID | 221dab8bcc95160652e608def16d822da78717bd.1642009736.git.lorenzo@kernel.org (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Felix Fietkau |
Headers | show |
Series | introduce background radar support for mt7915 driver | expand |
Lorenzo Bianconi <lorenzo@kernel.org> writes: > Add the capability to disable/enable radar/CAC detection running on > a dedicated offchannel chain available on some hw. > Offchannel radar/CAC detection allows to avoid CAC downtime switching > on a different channel during CAC detection on the selected radar > channel. > > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> > --- > .../devicetree/bindings/net/wireless/mediatek,mt76.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) Was the recommendation so that devicetree binding patches should be first in the patchset?
> Lorenzo Bianconi <lorenzo@kernel.org> writes: > > > Add the capability to disable/enable radar/CAC detection running on > > a dedicated offchannel chain available on some hw. > > Offchannel radar/CAC detection allows to avoid CAC downtime switching > > on a different channel during CAC detection on the selected radar > > channel. > > > > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> > > --- > > .../devicetree/bindings/net/wireless/mediatek,mt76.yaml | 9 +++++++++ > > 1 file changed, 9 insertions(+) > > Was the recommendation so that devicetree binding patches should be > first in the patchset? ah, ok..I was not aware of it :) Regards, Lorenzo > > -- > https://patchwork.kernel.org/project/linux-wireless/list/ > > https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
On Wed, 12 Jan 2022 18:53:55 +0100, Lorenzo Bianconi wrote: > Add the capability to disable/enable radar/CAC detection running on > a dedicated offchannel chain available on some hw. > Offchannel radar/CAC detection allows to avoid CAC downtime switching > on a different channel during CAC detection on the selected radar > channel. > > Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> > --- > .../devicetree/bindings/net/wireless/mediatek,mt76.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml b/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml index 1489d3c1cd6e..4a564bb59552 100644 --- a/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml +++ b/Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml @@ -69,6 +69,15 @@ properties: calibration data is generic and specific calibration data should be pulled from the OTP ROM + mediatek,disable-radar-background: + type: boolean + description: + Disable/enable radar/CAC detection running on a dedicated offchannel + chain available on some hw. + Background radar/CAC detection allows to avoid the CAC downtime + switching on a different channel during CAC detection on the selected + radar channel. + led: type: object $ref: /schemas/leds/common.yaml#
Add the capability to disable/enable radar/CAC detection running on a dedicated offchannel chain available on some hw. Offchannel radar/CAC detection allows to avoid CAC downtime switching on a different channel during CAC detection on the selected radar channel. Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org> --- .../devicetree/bindings/net/wireless/mediatek,mt76.yaml | 9 +++++++++ 1 file changed, 9 insertions(+)