git: if_iwm - Fix inverted logic in iwm_tx().
Imre Vadasz
ivadasz at crater.dragonflybsd.org
Mon Jul 25 14:49:05 PDT 2016
commit 8cc03924a36c572c2908e659e624f44636dc2b33
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/8cc03924a36c572c2908e659e624f44636dc2b33
--
DragonFly BSD source repository
More information about the Commits
mailing list