On Fri, Apr 26, 2024 at 02:45:26PM +0200, Johan Hovold wrote: > On Fri, Apr 26, 2024 at 04:12:07PM +0530, Janaki Ramaiah Thota wrote: > > On 4/26/2024 11:53 AM, Janaki Ramaiah Thota wrote: > > > On 4/25/2024 9:28 PM, Johan Hovold wrote: > > >>> --------------------------------------------------------- > > >>> | BDA | Chipset | > > >>> --------------------------------------------------------- > > >>> | 20 00 00 10 80 39 | WCN3988 with ROM Version 0x0200 | > > >>> --------------------------------------------------------- > > >>> | 00 08 74 12 80 39 | WCN3988 with ROM Version 0x0201 | > > >>> --------------------------------------------------------- > > >>> | 00 07 64 21 90 39 | WCN3990 | > > >>> --------------------------------------------------------- > > >> > > >> Thanks a lot for these. I see now that the default Trogdor address Doug > > >> reported (39:98:00:00:5a:ad) appears to comes from the fw too: > > >> > > >> $ od -x crnv32.bin | grep 5aad > > >> > > >> 0000020 0000 0000 5aad 0000 3998 0008 0008 0000 I took a closer look at the configuration file format and it seems we can just fetch the default address from the file. The driver is already parsing it so this should be straight forward. I'll cook up a patch. Johan