diff options
| author | Rosen Penev | 2025-06-04 21:54:21 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-06-05 11:10:25 +0000 |
| commit | 6f607c69dc39c3532084a46be80287932f8bd4d2 (patch) | |
| tree | 44677d5152e7ae10f812765a24d260db6c988236 | |
| parent | df9ffedb75b59a2b22bcf0c3747321035f1a6f8b (diff) | |
| download | openwrt-6f607c69dc39c3532084a46be80287932f8bd4d2.tar.gz | |
mac80211: ath9k: fix refclock typo
Fixes ath9k on ar934x platforms.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19031
Signed-off-by: Robert Marko <robimarko@gmail.com>
| -rw-r--r-- | package/kernel/mac80211/patches/ath9k/550-ath9k-of.patch | 2 |
1 files changed, 1 insertions, 1 deletions
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; + /* |