fix WEP on athn(4) USB hostap
authorstsp <stsp@openbsd.org>
Wed, 29 May 2024 07:27:33 +0000 (07:27 +0000)
committerstsp <stsp@openbsd.org>
Wed, 29 May 2024 07:27:33 +0000 (07:27 +0000)
commit720f4ea4e7a4da998bab272c6bdc876115dcf380
tree4d01e8d9b8952feaedd57f9f00b4529fff145e5c
parent0f25b82d1b07bdcf9ad5c84f5f4101fa6d64d642
fix WEP on athn(4) USB hostap

Deferring installation of software crypto keys to a task context is
not needed and results in race conditions that trigger the infamous
"key not installed for sw crypto" panic.
sys/dev/usb/if_athn_usb.c