CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/09/03 10:20:09
Modified files: sys/dev/ic : r92creg.h Log message: When I merged rtwn(4) and urtwn(4) register definitions, an extra line snuck into the rtl8192ce_bb_vals_2t array. Remove it again. This broke baseband initialization for RTL8192CE which went unnoticed because at the time nobody had tested rtwn(4) with that chip and the driver didn't attach to it. Problem reported by Martin Wanvik who eventually did this test. ok kevlo@