diff options
author | Kalle Valo <kvalo@kernel.org> | 2023-06-21 20:18:08 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2023-06-21 20:18:08 +0200 |
commit | d8aa21235d0342e6d0cc99f37d0771749e742e5a (patch) | |
tree | ff75c1624d125aa40a8bfbc41cbbdc1b678db4eb /Documentation | |
parent | wifi: iwlwifi: mvm: Add support for IGTK in D3 resume flow (diff) | |
parent | wifi: ath10k: improve structure padding (diff) | |
download | linux-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.yaml | 4 |
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>; }; |