diff options
Diffstat (limited to 'net/ieee80211/softmac/ieee80211softmac_auth.c')
-rw-r--r-- | net/ieee80211/softmac/ieee80211softmac_auth.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/net/ieee80211/softmac/ieee80211softmac_auth.c b/net/ieee80211/softmac/ieee80211softmac_auth.c index ac09e0c836ee..9a0eac6c61eb 100644 --- a/net/ieee80211/softmac/ieee80211softmac_auth.c +++ b/net/ieee80211/softmac/ieee80211softmac_auth.c | |||
@@ -36,8 +36,6 @@ ieee80211softmac_auth_req(struct ieee80211softmac_device *mac, | |||
36 | struct ieee80211softmac_auth_queue_item *auth; | 36 | struct ieee80211softmac_auth_queue_item *auth; |
37 | unsigned long flags; | 37 | unsigned long flags; |
38 | 38 | ||
39 | function_enter(); | ||
40 | |||
41 | if (net->authenticating) | 39 | if (net->authenticating) |
42 | return 0; | 40 | return 0; |
43 | 41 | ||
@@ -78,8 +76,6 @@ ieee80211softmac_auth_queue(void *data) | |||
78 | struct ieee80211softmac_network *net; | 76 | struct ieee80211softmac_network *net; |
79 | unsigned long flags; | 77 | unsigned long flags; |
80 | 78 | ||
81 | function_enter(); | ||
82 | |||
83 | auth = (struct ieee80211softmac_auth_queue_item *)data; | 79 | auth = (struct ieee80211softmac_auth_queue_item *)data; |
84 | net = auth->net; | 80 | net = auth->net; |
85 | mac = auth->mac; | 81 | mac = auth->mac; |
@@ -128,8 +124,6 @@ ieee80211softmac_auth_resp(struct net_device *dev, struct ieee80211_auth *auth) | |||
128 | unsigned long flags; | 124 | unsigned long flags; |
129 | u8 * data; | 125 | u8 * data; |
130 | 126 | ||
131 | function_enter(); | ||
132 | |||
133 | /* Find correct auth queue item */ | 127 | /* Find correct auth queue item */ |
134 | spin_lock_irqsave(&mac->lock, flags); | 128 | spin_lock_irqsave(&mac->lock, flags); |
135 | list_for_each(list_ptr, &mac->auth_queue) { | 129 | list_for_each(list_ptr, &mac->auth_queue) { |
@@ -277,8 +271,6 @@ ieee80211softmac_deauth_from_net(struct ieee80211softmac_device *mac, | |||
277 | struct list_head *list_ptr; | 271 | struct list_head *list_ptr; |
278 | unsigned long flags; | 272 | unsigned long flags; |
279 | 273 | ||
280 | function_enter(); | ||
281 | |||
282 | /* Lock and reset status flags */ | 274 | /* Lock and reset status flags */ |
283 | spin_lock_irqsave(&mac->lock, flags); | 275 | spin_lock_irqsave(&mac->lock, flags); |
284 | net->authenticating = 0; | 276 | net->authenticating = 0; |
@@ -320,8 +312,6 @@ ieee80211softmac_deauth_req(struct ieee80211softmac_device *mac, | |||
320 | { | 312 | { |
321 | int ret; | 313 | int ret; |
322 | 314 | ||
323 | function_enter(); | ||
324 | |||
325 | /* Make sure the network is authenticated */ | 315 | /* Make sure the network is authenticated */ |
326 | if (!net->authenticated) | 316 | if (!net->authenticated) |
327 | { | 317 | { |
@@ -348,8 +338,6 @@ ieee80211softmac_deauth_resp(struct net_device *dev, struct ieee80211_deauth *de | |||
348 | struct ieee80211softmac_network *net = NULL; | 338 | struct ieee80211softmac_network *net = NULL; |
349 | struct ieee80211softmac_device *mac = ieee80211_priv(dev); | 339 | struct ieee80211softmac_device *mac = ieee80211_priv(dev); |
350 | 340 | ||
351 | function_enter(); | ||
352 | |||
353 | if (!deauth) { | 341 | if (!deauth) { |
354 | dprintk("deauth without deauth packet. eek!\n"); | 342 | dprintk("deauth without deauth packet. eek!\n"); |
355 | return 0; | 343 | return 0; |