* Janusz Dziedzic <janusz.dziedzic@xxxxxxxxx> [30.03.2017 08:26]: > On 29 March 2017 at 19:03, Tim Harvey <tharvey@xxxxxxxxxxxxx> wrote: > > I don't know when ath9k last worked honestly. I usually use them under > > OpenWrt which has its own patches against periodic updates of linux > > backports. I noticed this first with Ubuntu 16.04 with the Ubuntu 4.4 > > kernel, saw it still with the Ubuntu 4.8 kernel, then repeated the > > issue in wireless-next. > > > > Any ideas? > > > Interesting. Are you sure wlan0 is ath9k and wlan1 is ath10k? an easy check for that is: # root@box:~ DEV=wlan0; basename $(readlink /sys/class/net/$DEV/device/driver) iwlwifi # output is e.g. ath10k_pci or ath9k bye, bastian