Re: HEADS UP: DTS updated [was Re: Call for testers: new DTS from Linux 6.12]

[email protected] (Michael van Elst) Tue, 17 Feb 2026 07:35:56 -0000 (UTC)
Newsgroups gmane.os.netbsd.ports.arm
Organization Serpens User Group
Message-ID <[email protected]>
[email protected] (Dave Tyson) writes:

>With that done the wifi comes up OK and seems stable under light loads:

The zero-2w has a wifi chip from a different manufacturer that needs
custom firmware. The chip still identifies as the broadcom device,
that's why the driver cannot select it by chip id.

Raspberry Pi Linux works around this by storing a chip id in
the DTB that overrides what the chip says, but our driver doesn't
understand that (nor is that information in our DTB file).



>ftping large files (~20Mb) seems to provoke a few error messages, but
>the transfer generally completes OK.=20


It stops when _sending_ too fast. The "flow control" that the driver
understands signals that the chip is busy, but that condition is
sometimes never relaxed and sending stops.

In -current, the driver tries to send even when stalled like that,
which often causes a firmware error but then recovers. That obviously
drops packets and reduces performance.