Fix inverted logic in iwm_tx(). The PROT_REQUIRE flag in should be set for
authorstsp <stsp@openbsd.org>
Mon, 18 Jul 2016 13:09:58 +0000 (13:09 +0000)
committerstsp <stsp@openbsd.org>
Mon, 18 Jul 2016 13:09:58 +0000 (13:09 +0000)
commite9c5d29511d5a5c45c593b4fe8202c87c07ac987
tree3be1079e3a88e05986557d59387e8aaaa7f3777c
parent17b8ebe18704ec1c23aec968f018050c56a9e743
Fix inverted logic in iwm_tx(). The PROT_REQUIRE flag in should be set for
data frames above a certain length, but we were setting it for !data frames
above a certain length, which makes no sense at all. Found while comparing
our driver's Tx code to iwlwifi.
ok mpi@
sys/dev/pci/if_iwm.c