CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2016/07/18 07:09:59

Modified files:
        sys/dev/pci    : if_iwm.c 

Log message:
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@

Reply via email to