diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-02-27 15:05:51 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-02-27 15:05:51 -0500 |
commit | 8e2a89c5151d4645b9649ab9a9498f3445d48868 (patch) | |
tree | cc532feafb67c7a608f5c2b718c548b2c898e1b0 /drivers/net/wireless/hostap/hostap_ap.c | |
parent | 724b9e1d75ab3401aaa081bd4efb440c1b3509db (diff) | |
parent | b7b146c9c9a0248cc57da71244f672ebc54bbef1 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless into for-davem
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) | |||
147 | 147 | ||
148 | if (!sta->ap && sta->u.sta.challenge) | 148 | if (!sta->ap && sta->u.sta.challenge) |
149 | kfree(sta->u.sta.challenge); | 149 | kfree(sta->u.sta.challenge); |
150 | del_timer(&sta->timer); | 150 | del_timer_sync(&sta->timer); |
151 | #endif /* PRISM2_NO_KERNEL_IEEE80211_MGMT */ | 151 | #endif /* PRISM2_NO_KERNEL_IEEE80211_MGMT */ |
152 | 152 | ||
153 | kfree(sta); | 153 | kfree(sta); |