CVSROOT: /cvs Module name: src Changes by: [email protected] 2016/01/13 01:26:37
Modified files:
sys/dev/pci : if_iwn.c
Log message:
Fix iwn(4) firmware SYSASSERT during hardware initialization.
For some reason we would end up passing channel number zero to
the RXON firmware command, which the firmware doesn't like.
ok sthen@ reyk@
and also tested by stefan@, deraadt@, mikeb@
