Fix errors in the probe request template we provide to iwm(4) firmware.
authorstsp <stsp@openbsd.org>
Fri, 9 Jul 2021 11:31:05 +0000 (11:31 +0000)
committerstsp <stsp@openbsd.org>
Fri, 9 Jul 2021 11:31:05 +0000 (11:31 +0000)
commit6b0c328cda12ca0e8d2d53890272b8d5d76d374e
treeebec998f178c63299b495c4b30fb7750ab556270
parent17079ac21452238e60bb7ff5947340f83a4745e7
Fix errors in the probe request template we provide to iwm(4) firmware.

The SSID should not be inserted into the template itself. The template
just needs an empty SSID information element. Firmware fills in the rest.

Fix the length specification of 2GHz band-specific data in the template.
sys/dev/pci/if_iwm.c