CVSROOT: /cvs Module name: src Changes by: patr...@cvs.openbsd.org 2017/10/18 09:45:38
Modified files: sys/dev/ic : bwfmreg.h Log message: It turns out that using the packed attribute on most structs was a bad idea since the brcmfmac implementation relies on the compiler generated padding. Removing the packed attribute allows reading correct data from the BSS info. As a next step it might be a good idea to pad the structs manually.