Bug #2029
closedath unusable after commit 6c20d4dd
0%
Description
Hi!
I'm following branch DragonFly_RELEASE_2_8. After updating my system (make
buildworld buildkernel KERNCONF=X86_64_GENERIC and make installworld
installkernel) my Atheros card does not connect to my local WPA2 network anymore.
After running 'git bisect' I detected that commit 6c20d4dd causes this problem.
I reverted that commit on my local copy of the source and my card connects
again to the network.
The console shows the following error while the system starts up. I'm using
wpa_supplicant to connect to the network.
ath0: ath_chan_set: unable to reset channel 6 (2437 MHz, flags 0x480), hal status 3
ath0: ath_chan_set: unable to reset channel 6 (2437 MHz, flags 0x480), hal status 3
...
Attached is a dmesg that shows the error.
Files
Updated by josepht over 13 years ago
I've MFC'ed the MCLSHIFT work from master to DragonFly_RELEASE_2_8. Please
re-pull and let me know if you have further issues.
Thanks,
Joe
Updated by xbit over 13 years ago
Hi,
thanks for the quick MFC. I rebuild the kernel and currently the error does not
occur. So it looks very good.
Thanks.
Sven