Allow AUTH->AUTH state transitions in the iwm(4) and iwx(4) drivers again.
authorstsp <stsp@openbsd.org>
Wed, 6 Oct 2021 13:36:47 +0000 (13:36 +0000)
committerstsp <stsp@openbsd.org>
Wed, 6 Oct 2021 13:36:47 +0000 (13:36 +0000)
commit4ccda29786e5752a02e31f85f0ae9f4ce40e4eea
tree52925aec509c3e8c92e798846d1dd74c5bc866bf
parent6df2034002597e42bc5b959d05fa30f4d7a01cf9
Allow AUTH->AUTH state transitions in the iwm(4) and iwx(4) drivers again.

AUTH->AUTH state transitions happen if the access point uses band-steering.
This was originally implemented to fix interop with some Aruba APs, and
was probably broken by my recent CVS commit XeKkqPoaUCklmgtC ("prevent
attempts to transition towards the same state").

ok mpi@
sys/dev/pci/if_iwm.c
sys/dev/pci/if_iwx.c