<rmilecki>
what is the basic SoC variant out of following: mt7620a, mt7620n, mt7621, mt7628an?
<rmilecki>
i expect one to be basic one and other being variations, is that correct?
<rmilecki>
(i see i missed mt7622, mt7623a and mt7629)
xavifr has joined #openwrt-devel
<stintel>
Mangix: try reverting the last hostapd bump
<stintel>
my phone is constantly disconnecting with that as well, reverting it made the issue go away, haven't had time to dig deeper so for now I'm just running with 2023-03-29
<slh64>
rmilecki: I wouldn't phrase it that way, or would you say the same about bcm4704 vs bcm4908?
<rmilecki>
slh64: bcm4704 is old MIPS while bcm4908 is 4 x ARM CPU
<rmilecki>
totally different
<rmilecki>
but I thought those Mediatek chipsets are more similar
<slh64>
rmilecki: exactly, same about those ralink/ mediatek ones
<rmilecki>
so all of them are quite different?
<rmilecki>
all those I listed?
<slh64>
the ones in your first list are mips, mt7623 is ARMv7, mt7622 is ARMv8
<rmilecki>
oh
<slh64>
different generations at least
<rmilecki>
ok, thanks for info
<slh64>
well, apart from mt7620a and mt7620n (the later is stripped down)
<rmilecki>
so mt7620n is a stripped down version of mt7620a?
<slh64>
mt7628 is inbetween mt7620 and mt7621, closer to mt7620, but usually with mt76 5 GHz wlan
<slh64>
yes
<rmilecki>
fun...
<slh64>
mt7620 560 MHz single core, mt7621a 880 MHz dual-core (with hyperthreading on top)
<slh64>
mt7620/ mt7628 are still mips24KEc, mt7621 is mips1004Kc
<slh64>
...and the interesting mediatek chipsets would now be filogic 820/ 830 and the wifi7 base SOC filogic 880 (all ARMv8)
<slh64>
as Mediatek's SOCs usually don't have (had) integrated wireless, in favour of PCIe, you'll often see mix-and-match, newer wireless chipsets on older SOCs (first - and for the low-cost market), only mt7622 started integrating 802.11n 2.4 GHz wireless (meaning the cheap mips1004Kc mt7621a SOCs often have mt7915 DBDC, ax in both bands - while the better ARMv8 based mt7622 SOC typically only has 11n 2.4 GHz and 11ax 5 GHz wifi)
<PaulFertser>
But DBDC is 2x2 on both bands while when you use mt7622 for 802.11n on 2.4 GHz you usually get 4x4 802.11ax on 5 GHz.
<PaulFertser>
Talking about DBDC on Mediatek... What's up with the mt76 driver maintenance? I know nbd isn't the only maintainer, there're two others plus two reviewers. And I understand Felix is busy with real cool useful generic stuff. But what about the others, why my trivial patch isn't getting reviewed and merged?
<PaulFertser>
mt7620 wireless is handled by the rt28xx driver, not mt76.
<mrkiko>
yeah, true. In some cases, when there is an mt7610E module in the mix, then mt76 is also involved. But SOC wi-fi is handled by rt28xx or something
<slh64>
that's what I meant with something inbetween
<mrkiko>
slh64: don't know if what you say is still accurate, for newer socs - e.g.: from mt7622 onwards, it's startring to get in SOC
<slh64>
mt7622 has wifi4 4x4 2.4 GHz integrated, indeed
<mrkiko>
slh64: but if I understood things right, mt7688 and so on have boyth wifi frequencies support. If I am right
<mrkiko>
but - good morning to all!!
<slh64>
I'm not quite sure how integrated filogic 8x0 is, there is a quite large support chip for either radio, looks a bit large for just a phy
<slh64>
at least filogic 880 has wifi7 via PCIe (again)
<slh64>
and filogic 820/ 830 is also using PCIe, mt7975n and mt7975p
<ynezz>
stintel: BTW you should probably report that as it seems, that nobody is aware about the issue(s) and that hostapd update just got backported to 23.05 via 8d7d9aa4a463
nbd has quit [Read error: Connection reset by peer]
blogic has quit [Write error: connection closed]
nbd has joined #openwrt-devel
<nbd>
rmilecki: found a use-after-free bug in hostapd and fixed it
<nbd>
rmilecki: please test the latest version from my staging tree
<rmilecki>
nbd: sounds fun debugging
<rmilecki>
nbd: i'm in the middle of bisecting between 4.4 and master, i'll test later today or over weekend, depending how it goes
<rmilecki>
fun on my side too ;)
<nbd>
between 4.4 and master ... wow, that's a huge range
<nbd>
i couldn't reproduce the issue that you were seeing on reload, but i did get some quirky behavior
<nbd>
and a rare crash that led me to the use-after-free bug
minimal has joined #openwrt-devel
xes has quit [Ping timeout: 480 seconds]
<mrkiko>
slh64: thanks for the info, didn't know that
owrt-2203-builds has quit [Quit: buildmaster reconfigured: bot disconnecting]
<Mangix>
stintel: meh this is a production router. Was running snapshot mostly because of the iPhone fix in mt76. I guess I'll just downgrade to 22.03 and use the 160MHz workaround