Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: net: wireless: mt76: Document power-limits country property

The commit 22b980badc0f ("mt76: add functions for parsing rate power limits
from DT") added filtering of the power limits based on two properties:

* regdomain
* country

If either the country or the regdomain matches, the power limits are
applied and the search is aborted. If none of the two is defined for the
power limit, it is a global (or "fallback") power limit. The last
"fallback" power limit in the list will be returned when not matching
regdomain or country was found.

The idea is here to allow to specify "overwriting" country limits in front
of the list - just in case a regdomain is shared but a country has
additional limitations.

But this property was forgotten to be defined in commit 2de6ccebe0e7
("dt-bindings:net:wireless:mediatek,mt76: introduce power-limits node").

Signed-off-by: Sven Eckelmann (Plasma Cloud) <se@simonwunderlich.de>
Reviewed-by: Rob Herring (Arm) <robh@kernel.org>
Link: https://patch.msgid.link/20251007-backoff-table-support-v3-1-fd6e2684988f@simonwunderlich.de
Signed-off-by: Felix Fietkau <nbd@nbd.name>

authored by

Sven Eckelmann (Plasma Cloud) and committed by
Felix Fietkau
9a04a69b 38b845e1

+6
+6
Documentation/devicetree/bindings/net/wireless/mediatek,mt76.yaml
··· 151 151 - ETSI 152 152 - JP 153 153 154 + country: 155 + $ref: /schemas/types.yaml#/definitions/string 156 + pattern: '^[A-Z]{2}$' 157 + description: 158 + ISO 3166-1 alpha-2 country code for power limits 159 + 154 160 patternProperties: 155 161 "^txpower-[256]g$": 156 162 type: object