Remove the IWM_FLAG_HW_INITED flag from iwm(4). This flag was redundant.
authorstsp <stsp@openbsd.org>
Tue, 20 Jun 2017 13:52:40 +0000 (13:52 +0000)
committerstsp <stsp@openbsd.org>
Tue, 20 Jun 2017 13:52:40 +0000 (13:52 +0000)
commit53de56e53fddd49f8c46124c121534d9c348e76c
tree2f98e09cf437cc575ec5465356145a71a143a7e2
parent89f3938121311e667b7d00a8501e6c46dddca3ad
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@
sys/dev/pci/if_iwm.c
sys/dev/pci/if_iwmvar.h