summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorKalle Valo <kvalo@kernel.org>2023-06-21 20:18:08 +0200
committerKalle Valo <kvalo@kernel.org>2023-06-21 20:18:08 +0200
commitd8aa21235d0342e6d0cc99f37d0771749e742e5a (patch)
treeff75c1624d125aa40a8bfbc41cbbdc1b678db4eb /Documentation
parentwifi: iwlwifi: mvm: Add support for IGTK in D3 resume flow (diff)
parentwifi: ath10k: improve structure padding (diff)
downloadlinux-d8aa21235d0342e6d0cc99f37d0771749e742e5a.tar.xz
linux-d8aa21235d0342e6d0cc99f37d0771749e742e5a.zip
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
ath.git patches for v6.5. Major changes: ath11k * factory test mode support
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/net/wireless/qcom,ath10k.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.yaml b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.yaml
index c85ed330426d..7758a55dd328 100644
--- a/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.yaml
+++ b/Documentation/devicetree/bindings/net/wireless/qcom,ath10k.yaml
@@ -84,6 +84,8 @@ properties:
required:
- iommus
+ ieee80211-freq-limit: true
+
qcom,ath10k-calibration-data:
$ref: /schemas/types.yaml#/definitions/uint8-array
description:
@@ -164,6 +166,7 @@ required:
additionalProperties: false
allOf:
+ - $ref: ieee80211.yaml#
- if:
properties:
compatible:
@@ -355,4 +358,5 @@ examples:
"msi14",
"msi15",
"legacy";
+ ieee80211-freq-limit = <5470000 5875000>;
};