Re: wireless coordination and who's working on what?

2019-01-08 Thread Adrian Chadd
Hi! If you can put some code up then we can poke at it together and see how to get the firmware load and USB framework bits into if_ath(4). You don't want to load it via userland; you really want the driver to load it at attach time and if it wants to power things fully down off or not. (You can

Re: wireless coordination and who's working on what?

2019-01-08 Thread Farhan Khan
Hi all, I am working on another project which might be a few months, but would be interested in picking up a driver that is of lower priority. Ashish, I have two (maybe 3) of those cards from different vendors. I would not mind testing any code you produce. -- Farhan Khan PGP Fingerprint: B28D

[Bug 233949] [rtwn] if_rtwn packet loss 10-25%

2019-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233949 Farhan Khan changed: What|Removed |Added CC||kha...@gmail.com --- Comment #6

[Bug 218908] Missing usbdevs for TP-Link WN-821N v5

2019-01-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218908 Bjoern A. Zeeb changed: What|Removed |Added Resolution|--- |FIXED Status|New

Re: wireless coordination and who's working on what?

2019-01-08 Thread Ashish Gupta
Hi, I'm trying to add USB glue to the ath driver in order to support Atheros USB cards (I'm working with the AR9271 chip specifically). The code for downloading firmware to the card, similar to uathload, is ready but untested. I'm trying to wrap my head around the existing driver (thanks