CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/07/17 08:25:30
Modified files: sys/dev/ic : ar5008.c Log message: Make athn(4) send RTS frames at 2 Mbit/s again. I changed this to 1 Mbit/s in r1.38 of this file, however for some reason the hardware sends RTS frames at rates other than 1 Mbit/s which of course doesn't help. Not sure what is causing this problem, but the old behaviour worked better, so revert. ok krw@