OK, I've got my card.
It marked with QUALCOMM ATHEROS Y9108(NFA222). DImensions are 22x33, E slot. I don't see such card on your link
I put it on my DELL XPS 13 (Skylake), throwing away Intel one that is unstable for me. (I believe I've seen a commit on phabricator that improves situation with new intel cards, but I don't wish to switch to CURRENT or wait).
Looks like everything works under 11.0-RELEASE without any hints to kernel, so both chip driver and M.2 glue code works. Also, ray of love goes to DELL as they don't have digital restriction on their laptops.
Code:
ath0@pci0:58:0:0: class=0x028000 card=0x03001028 chip=0x0034168c rev=0x01 hdr=0x00
vendor = 'Qualcomm Atheros'
device = 'AR9462 Wireless Network Adapter'
class = network
System consumption measured (
acpiconf -i 0
). Data was retrieved under X session with xterm, so this should reflect normal consumption of idle laptop.
- wifi disabled in BIOS : 863 mA
- wifi not connected : 882 mA
- wifi connected and idle: 965mA
- wifi fetching FreeBSD ISO: 1071
I don't know if power consumption is 'suboptimal' or not, but it looks reliable at least for me. I tried to disconnect wifi from AP after it connected and received consumption decrease as well (965 -> 882), so I think power saving works at least partially. Or maybe it works fully and BUGS part of man is outdated.