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