Re: GSoC report -- ath(4)
Jeandre Kruger <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.network |
|---|---|
| Message-ID | <CALNH6UUckRDeFXnzXmi6QfUhyTopujhWsjyisCUTs4QgEK5xOQ@mail.gmail.com> |
I hadn't realized that I removed the initialization of ic_caps before re-adding some capabilities, so that's restored (same link). On Fri, Jun 23, 2023 at 11:28 PM Martin Husemann <[email protected]> wrote: > > On Fri, Jun 23, 2023 at 03:06:09PM +1200, Jeandre Kruger wrote: > > The driver now seems essentially functional, both with 2.4 GHz and (on > > another computer) 5 GHz, just with a fair bit of disabled code still; > > and I haven't figured out what should really be done with the two enum > > values in the HAL conflicting with net80211. > > Great progress! > I'll check the conflicts ASAP (now for real). > > > Also, I see the problem with iwn(4) was fixed and it's working now -- > > mdnsd(8) doesn't work there either, so I'm assuming it isn't working > > on the new wifi stack just yet. > > I will check mdnsd(8) too. > > Martin