Page MenuHomeFreeBSD

[iwm] Fix inverted logic in iwm_tx().
ClosedPublic

Authored by ivadasz on Jul 26 2016, 9:44 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 26, 4:26 PM
Unknown Object (File)
Wed, Oct 22, 6:21 AM
Unknown Object (File)
Tue, Oct 21, 1:16 PM
Unknown Object (File)
Mon, Oct 20, 10:26 PM
Unknown Object (File)
Sun, Oct 12, 3:11 PM
Unknown Object (File)
Fri, Oct 10, 12:27 AM
Unknown Object (File)
Thu, Oct 2, 2:21 PM
Unknown Object (File)
Tue, Sep 30, 12:20 AM
Subscribers

Details

Summary
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.

Taken-From: OpenBSD, Linux iwlwifi

Obtained from: DragonFlyBSD git 8cc03924a36c572c2908e659e624f44636dc2b33

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

ivadasz retitled this revision from to [iwm] Fix inverted logic in iwm_tx()..
ivadasz updated this object.
ivadasz edited the test plan for this revision. (Show Details)
ivadasz added reviewers: adrian, cognet, sbruno.
adrian edited edge metadata.
This revision is now accepted and ready to land.Jul 26 2016, 10:20 PM
This revision was automatically updated to reflect the committed changes.