diff options
Diffstat (limited to 'drivers/net/wireless/hostap/hostap_ap.c')
| -rw-r--r-- | drivers/net/wireless/hostap/hostap_ap.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/hostap/hostap_ap.c b/drivers/net/wireless/hostap/hostap_ap.c index d36e252d2ccb..596525528f50 100644 --- a/drivers/net/wireless/hostap/hostap_ap.c +++ b/drivers/net/wireless/hostap/hostap_ap.c @@ -147,7 +147,7 @@ static void ap_free_sta(struct ap_data *ap, struct sta_info *sta)  	if (!sta->ap && sta->u.sta.challenge)  		kfree(sta->u.sta.challenge); -	del_timer(&sta->timer); +	del_timer_sync(&sta->timer);  #endif /* PRISM2_NO_KERNEL_IEEE80211_MGMT */  	kfree(sta);  | 
