From 6f607c69dc39c3532084a46be80287932f8bd4d2 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Wed, 4 Jun 2025 14:54:21 -0700 Subject: [PATCH] mac80211: ath9k: fix refclock typo Fixes ath9k on ar934x platforms. Signed-off-by: Rosen Penev Link: https://github.com/openwrt/openwrt/pull/19031 Signed-off-by: Robert Marko --- package/kernel/mac80211/patches/ath9k/550-ath9k-of.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/mac80211/patches/ath9k/550-ath9k-of.patch b/package/kernel/mac80211/patches/ath9k/550-ath9k-of.patch index 3e80304b805..94fcc816dfd 100644 --- a/package/kernel/mac80211/patches/ath9k/550-ath9k-of.patch +++ b/package/kernel/mac80211/patches/ath9k/550-ath9k-of.patch @@ -125,7 +125,7 @@ + } else if (ah->hw_version.devid == AR9300_DEVID_AR9340) { + ah->get_mac_revision = ath79_get_soc_revision; + u32 t = ath79_reset_rr(AR934X_RESET_REG_BOOTSTRAP); -+ ah->is_clk_25mhz = !(t & AR933X_BOOTSTRAP_REF_CLK_40); ++ ah->is_clk_25mhz = !(t & AR934X_BOOTSTRAP_REF_CLK_40); + } else if (ah->hw_version.devid == AR9300_DEVID_AR953X) { + ah->get_mac_revision = ath79_get_soc_revision; + /*