kernel/bwn: Replace callout_drain calls. Replace a tsleep by DELAY.
authorImre Vadasz <imre@vdsz.com>
Wed, 9 Apr 2014 22:48:16 +0000 (00:48 +0200)
committerSascha Wildner <saw@online.de>
Thu, 10 Apr 2014 07:01:04 +0000 (09:01 +0200)
commit296bc678d0c6aa6adb187633ea37e734eedad493
treebecc319a44ac78802b0dfab044dc2930f14fcbba
parent15f8fe2c60dc9eb31f5223398949e16c09d9c4b8
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.
sys/dev/netif/bwn/bwn/if_bwn.c
sys/dev/netif/bwn/siba/siba_bwn.c
sys/dev/netif/bwn/siba/siba_core.c