kernel: Revert the callout_stop_sync() changes in the wlan stack.
authorSascha Wildner <saw@online.de>
Sat, 8 Feb 2014 08:32:24 +0000 (09:32 +0100)
committerSascha Wildner <saw@online.de>
Sat, 8 Feb 2014 08:32:24 +0000 (09:32 +0100)
commit6adf176927a50b532bad182693be9d9945f96202
treee5214658b970b40a5a4ad446e853d86424111b09
parent6f6bc31eda066f98a2f4afbcfcc57763201304d1
kernel: Revert the callout_stop_sync() changes in the wlan stack.

Our locking is quite different here and it could cause a deadlock with
ieee80211_newstate_task().

Pointed-out-by: sephe
sys/netproto/802_11/wlan/ieee80211_sta.c
sys/netproto/802_11/wlan/ieee80211_wds.c