[OpenWrt-Devel] Broken WiFi on QCA9533 rev. 2
mail at adrianschmutzler.de
mail at adrianschmutzler.de
Tue Nov 5 16:54:03 EST 2019
Hi David,
I've just tested with the dump approach:
diff --git a/package/kernel/mac80211/patches/ath/552-ahb_of.patch b/package/kernel/mac80211/patches/ath/552-ahb_of.patch
index 1170fc64bd..57647e16fd 100644
--- a/package/kernel/mac80211/patches/ath/552-ahb_of.patch
+++ b/package/kernel/mac80211/patches/ath/552-ahb_of.patch
@@ -235,7 +235,7 @@
+ if (data->bootstrap_reg && data->bootstrap_ref) {
+ u32 t = ath79_reset_rr(data->bootstrap_reg);
+ if (t & data->bootstrap_ref)
-+ pdata->is_clk_25mhz = false;
++ pdata->is_clk_25mhz = true;
+ else
+ pdata->is_clk_25mhz = true;
+ }
This enables me to see the AP and connect, so you are right about the reason for the problems.
I will test your patch in a minute.
Adrian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: openpgp-digital-signature.asc
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/openwrt-devel/attachments/20191105/2dc16510/attachment.sig>
-------------- next part --------------
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list