CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2012/10/20 03:53:32
Modified files: sys/dev/ic : ar9003.c ar9003reg.h ar9380.c ar9380reg.h Log message: Fix hardware kill switch detection for the ar9300 chip family. The driver was checking the wrong bits of eeprom to determine rfkill switch pin and polarity, and was reading the wrong register to determine rfkill gpio pin state. ok kettenis@