git: DragonFly_RELEASE_4_6 if_iwm - Fix iwm_poll_bit() usage in iwm_stop_device().

Matthew Dillon dillon at crater.dragonflybsd.org
Sun Jul 31 00:03:46 PDT 2016


commit a3b959b3534339c5e49d9eded22e57d433603618
Author: Imre Vadász <imre at vdsz.com>
Date:   Sat Jul 30 12:32:26 2016 +0200

    if_iwm - Fix iwm_poll_bit() usage in iwm_stop_device().
    
    * The iwm(4) iwm_poll_bit() returns 1 on success and 0 on failure,
      whereas iwl_poll_bit() in Linux iwlwifi returns >= 0 on success and
      < 0 on failure.

Summary of changes:
 sys/dev/netif/iwm/if_iwm.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a3b959b3534339c5e49d9eded22e57d433603618


-- 
DragonFly BSD source repository


More information about the Commits mailing list