CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/03/08 05:02:41
Modified files:
sys/dev/pci : if_de.c if_ipw.c if_iwi.c if_iwm.c if_iwn.c
if_wpi.c
sys/dev/ic : ar5008.c ar9003.c
sys/arch/macppc/dev: if_bm.c
Log message:
Do not clear IFF_UP, even in the error path, clearing IFF_RUNNING
is enough.
This flag should only be set by the stack, drivers shouldn't mess
with it.
Discussed with dlg@ and mikeb@, ok mikeb@, stsp@
