USB WiFi ac adapter

Any usb wifi ac adapter for FreeBSD? I would really like the speed of a 5Ghz ac connection. Any recommendation is welcome. I'm on FreeBSD 13-RC3 which is running great btw :)
 
In my opinion, the best method for looking a working wifi device is to read the man pages of the individual drivers such as rtwn(), ral() or iwm() and then look for a stick or pci card with the supported chipset that fits for you.

For example i have bought a Hommie Dual-Band WiFi Card AC PCIE Card that is using the iwm() driver. (No intentional advertising at this point.)

Code:
iwm0: <Intel(R) Dual Band Wireless AC 7265> mem 0xa0100000-0xa0101fff at device 0.0 on pci2
 
Sadly, it’s for my laptop. So a card won’t do. Any ideas about the future support for 802.11AC support in FreeBSD? Is it being worked on? If not, it’s ok too. I love my fbsd 13 desktop. It’s fast, snappy. IMO it’s the best release yet.
 
Back
Top