CVSROOT: /cvs Module name: src Changes by: s...@cvs.openbsd.org 2016/09/12 04:18:26
Modified files: sys/dev/pci : if_iwm.c if_iwmvar.h Log message: Simplify handling of the AUX STA in iwm(4). There is no good reason for storing AUX STA data in the softc. Also, simplify error handling around iwm_send_cmd_pdu_status(), and inline its iwm_add_int_sta_common() helper along with fixing an uninitialized 'status' output parameter.