Make sure iwm(4) uses the HT frame format only for data frames.
authorstsp <stsp@openbsd.org>
Wed, 6 Oct 2021 13:35:55 +0000 (13:35 +0000)
committerstsp <stsp@openbsd.org>
Wed, 6 Oct 2021 13:35:55 +0000 (13:35 +0000)
commit6df2034002597e42bc5b959d05fa30f4d7a01cf9
treed99f1bd59582a34b903e99c76df42c333910b63f
parent3742f617dbac9fb9742de48991b85f564c6e76e5
Make sure iwm(4) uses the HT frame format only for data frames.
Non-data frames are not supposed to use HT.

This change is for code correctness and does not fix any known issue.
And it applies only if the Tx rate has been fixed for testing purposes
with a command such as 'ifconfig iwm0 media HT-MCS13 mode 11n'.

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