CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/08/20 08:53:06
Modified files: sys/dev/ic : rtwn.c Log message: Fix use of uninitialized variables during rtwn(4) I/Q calibration, which restored device registers from uninitialized memory after calibration. Bug was hinted at by clang which produced a non-working driver at -O2. The problem was eventually spotted by jsg@ with gcc 6.3.1.