]> git.ipfire.org Git - thirdparty/openwrt.git/commit
mac80211: ath12k: fix regulatory range for wideband radios 24106/head
authorRobert Marko <robert.marko@sartura.hr>
Mon, 6 Jul 2026 13:19:44 +0000 (15:19 +0200)
committerRobert Marko <robimarko@gmail.com>
Tue, 7 Jul 2026 08:52:39 +0000 (10:52 +0200)
commit273b186ac34b0f46cb77a78916c8789ceda35187
treef165073eaef405eb5645c5c4250b8b379ded4eed
parent7987b1f799b77cdae2355c5c904c5770491d5bf1
mac80211: ath12k: fix regulatory range for wideband radios

Currently, trying to start a 5GHz radio on 8devices Kiwi will fail as
despite the phy listing the 5GHz channels in iw phy dump, no radio actually
claims the 5GHz range.

This is because driver assumes that if radio supports 6GHz then it cannot
be used for 5Ghz, this is however not correct for wideband radios.

So, similar to the 103-wifi-ath12k-fix-5GHz-operation-on-wideband-QCN.patch
patch ath12k_regd_update() so that 5Ghz range is listed as well.

Signed-off-by: Robert Marko <robert.marko@sartura.hr>
Link: https://github.com/openwrt/openwrt/pull/24106
Signed-off-by: Robert Marko <robimarko@gmail.com>
package/kernel/mac80211/patches/ath12k/104-wifi-ath12k-fix-regulatory-range-for-wideband-radios.patch [new file with mode: 0644]