git: kernel/bwn: Replace callout_drain calls. Replace a tsleep by DELAY.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Apr 10 00:02:35 PDT 2014
commit 296bc678d0c6aa6adb187633ea37e734eedad493
Author: Imre Vadasz <imre at vdsz.com>
Date: Thu Apr 10 00:48:16 2014 +0200
kernel/bwn: Replace callout_drain calls. Replace a tsleep by DELAY.
* Adjusting local #include statements to conform to style(9).
* callout_drain calls are replaced by callout_stop_sync.
* Reverting a DELAY -> tsleep replacement.
Summary of changes:
sys/dev/netif/bwn/bwn/if_bwn.c | 14 +++++++-------
sys/dev/netif/bwn/siba/siba_bwn.c | 6 +++---
sys/dev/netif/bwn/siba/siba_core.c | 6 +++---
3 files changed, 13 insertions(+), 13 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/296bc678d0c6aa6adb187633ea37e734eedad493
--
DragonFly BSD source repository
More information about the Commits
mailing list