Module Name: src
Committed By: knakahara
Date: Fri Jun 8 11:18:23 UTC 2018
Modified Files:
src/sys/dev/pci: if_iwm.c
Log Message:
iwm(4) workaround as ifp->if_hwdl can be set only once. Advised [email protected] and
[email protected], thanks.
To avoid for iwm(4) to set if_hwdl before loading firmware, use local address
as dummy. See sys/net/if.c::if_set_sadl().
To generate a diff of this commit:
cvs rdiff -u -r1.81 -r1.82 src/sys/dev/pci/if_iwm.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.