Alex Const
Alex Const
> What might be more interesting is to identify more parts of the code that **are** perf critical. What are the tools used with Python for this? As a C/C++...
Hi. I am curious, why do you use different names for the SoC in different places? You have `qcn5502` everywhere except in DTS `compatible` field where it's `qcn5500`.
> This was trying to indicate qcn550x, following the pattern where e.g. `qca,qca9560` indicates QCA956x, but not sure what is the convention here Oh... I thought this field referred to...
@przemekp1 hi! I am one of two people currently developing patches for these devices. You can get all important news [on the forum](https://forum.openwrt.org/t/adding-openwrt-support-for-asus-rt-ac57u-v2/53281) or you can monitor [our personal repository](https://gitlab.com/alexconst.sh/openwrt)...
@looi Hi. I'm trying to use this patch with another device which has QCN5502 Wi-Fi. Wireless works, but MAC address is always incorrect: `00:02:03:04:05:06`. I'm not using DTS to specify...
btw, I can confirm `0x540` being the new size of the calibration data. It has a few zero bytes at the end, but maybe that's normal. At offset `0x540` I...
> I've been running an access point based on this code for a few days, and it seems quite stable but with much worse performance than the stock firmware. This...
Also, LUCI lets you select two modes of operation for this chip: 2.4GHz and 5GHz. I don't have any device supporting 802.11n at 5GHz, but someone who works with me...