always provide a subset of STA info in the MAC context command
authorstsp <stsp@openbsd.org>
Mon, 6 Mar 2023 11:28:01 +0000 (11:28 +0000)
committerstsp <stsp@openbsd.org>
Mon, 6 Mar 2023 11:28:01 +0000 (11:28 +0000)
commit36837274ec4d67be518c034436318d4002ef2403
tree47ed1134f5338d558ec1daedd97ef870565a8e08
parenta08da3bef5a4ce043b2281c6b0800e04855ac47e
always provide a subset of STA info in the MAC context command

We used to provide beacon-related information only once our station was
associated. New firmware wants to see this information earlier, when are
about to send an AUTH frame. Otherwise SYSASSERT 0x2000011A is raised.

Problem diagnosed with help from Johannes Berg, thanks!
sys/dev/pci/if_iwx.c