Initialize the link state of a wireless interface to DOWN when the
authorstsp <stsp@openbsd.org>
Tue, 20 Jun 2017 13:51:46 +0000 (13:51 +0000)
committerstsp <stsp@openbsd.org>
Tue, 20 Jun 2017 13:51:46 +0000 (13:51 +0000)
commit89f3938121311e667b7d00a8501e6c46dddca3ad
treecbf2e663b2d10401b1dfffe096ba805ea9e887d6
parent897c442b7dd40ed908698ee0c3e0217268011687
Initialize the link state of a wireless interface to DOWN when the
interface is attached to the net80211 layer. Prevents confusion
in cases where drivers forget to initialize the link state.
ok mpi@ kettenis@
sys/net80211/ieee80211.c