CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/05/19 12:15:15
Modified files: sys/dev/ic : r92creg.h rtwn.c Log message: Repair rtwn(4) IQ calibration. Restore behaviour from before the fix of the botched R92C_USTIME_TSF register definition. IQ cal code was referring to this register by name, but actually needs to use the old value. So add a register definition for the old value under a new name (R92C_BCN_CTRL1) and use this name in the IQ cal code. Discussed with Kevin Lo