CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/11/11 06:36:58
Modified files:
sys/dev/pci : if_iwn.c if_iwnreg.h if_iwnvar.h
Log message:
Fix iwn(4) with 4965 devices.
Our driver was using the wrong data structure for RXON_ASSOC commands on
4965 devices. This resulted in fatal firmware errors during association.
Problem found and fix tested on 4965 by jsg@.
Patch also tested on 6200 by me.
