CVSROOT: /cvs Module name: src Changes by: [email protected] 2023/12/20 00:32:06
Modified files:
sys/dev/pci : if_iwm.c if_iwx.c
Log message:
Ensure that iwm/iwx devices announce VHT capabilities in probe requests.
The previous code did not update the per-band-data length field,
resulting in firmware skipping the VHT information element in the
probe-request frame template.
Patch by Mikhail Pchelin
