git: DragonFly_RELEASE_4_6 if_iwm - Fix inverted logic in iwm_tx().
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Jul 25 16:16:36 PDT 2016
commit b5297f91a9b59c808e4440d8403ec513cfd7dd1c
Author: Imre Vadász <imre at vdsz.com>
Date: Sun Jul 24 21:11:29 2016 +0200
if_iwm - 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.
Taken-From: OpenBSD, Linux iwlwifi
Summary of changes:
sys/dev/netif/iwm/if_iwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b5297f91a9b59c808e4440d8403ec513cfd7dd1c
--
DragonFly BSD source repository
More information about the Commits
mailing list