commit b5297f91a9b59c808e4440d8403ec513cfd7dd1c
Author: Imre Vadász <[email protected]>
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

Reply via email to