From: Rosen Penev Date: Wed, 4 Jun 2025 21:54:21 +0000 (-0700) Subject: mac80211: ath9k: fix refclock typo X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=6f607c69dc39c3532084a46be80287932f8bd4d2;p=openwrt%2Fstaging%2Fpepe2k.git 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 --- diff --git a/package/kernel/mac80211/patches/ath9k/550-ath9k-of.patch b/package/kernel/mac80211/patches/ath9k/550-ath9k-of.patch index 3e80304b80..94fcc816df 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; + /*