aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/libertas/assoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/net/wireless/libertas/assoc.h')
-rw-r--r--drivers/net/wireless/libertas/assoc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/libertas/assoc.h b/drivers/net/wireless/libertas/assoc.h
index 5e9c31f0932b..e09b7490abbd 100644
--- a/drivers/net/wireless/libertas/assoc.h
+++ b/drivers/net/wireless/libertas/assoc.h
@@ -17,7 +17,7 @@ static inline void wlan_postpone_association_work(wlan_private *priv)
17 if (priv->adapter->surpriseremoved) 17 if (priv->adapter->surpriseremoved)
18 return; 18 return;
19 cancel_delayed_work(&priv->assoc_work); 19 cancel_delayed_work(&priv->assoc_work);
20 queue_delayed_work(priv->assoc_thread, &priv->assoc_work, ASSOC_DELAY); 20 queue_delayed_work(priv->work_thread, &priv->assoc_work, ASSOC_DELAY);
21} 21}
22 22
23static inline void wlan_cancel_association_work(wlan_private *priv) 23static inline void wlan_cancel_association_work(wlan_private *priv)