Commit 43528ae9 authored by Christian Lamparter's avatar Christian Lamparter Committed by Kalle Valo
Browse files

wifi: ath11k: add support DT ieee80211-freq-limit



The common DT property can be used to limit the available
channels/frequencies. But ath11k has to manually call
wiphy_read_of_freq_limits().

Signed-off-by: default avatarChristian Lamparter <chunkeey@gmail.com>
Signed-off-by: default avatarKalle Valo <quic_kvalo@quicinc.com>
Link: https://msgid.link/ed266944c721de8dbf0fe35f387a3a71b2c84037.1686486468.git.chunkeey@gmail.com
parent 30ba0022
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10124,6 +10124,7 @@ static int __ath11k_mac_register(struct ath11k *ar)
	if (ret)
		goto err;

	wiphy_read_of_freq_limits(ar->hw->wiphy);
	ath11k_mac_setup_ht_vht_cap(ar, cap, &ht_cap);
	ath11k_mac_setup_he_cap(ar, cap);