CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2017/08/12 08:09:46
Modified files: sys/dev/ic : rt2661.c Log message: Fix Coverity CID 1453237: With rt2661 chips ral(4) was writing some stack memory garbage to the hardware while setting up beacon transmission. The driver left some fields of a struct rt2661_tx_desc on stack uninitialized. Zero out the entire struct before using it. ok mpi@