CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/06/20 07:52:40
Modified files:
sys/dev/pci : if_iwm.c if_iwmvar.h
Log message:
Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant.
The IFF_RUNNING flag in struct ifnet serves the same purpose.
ok mpi@ kettenis@ deraadt@
