|
@@ -344,19 +344,6 @@ int wl1271_cmd_join(struct wl1271 *wl)
|
|
do_cal = false;
|
|
do_cal = false;
|
|
}
|
|
}
|
|
|
|
|
|
- /* FIXME: This is a workaround, because with the current stack, we
|
|
|
|
- * cannot know when we have disassociated. So, if we have already
|
|
|
|
- * joined, we disconnect before joining again. */
|
|
|
|
- if (wl->joined) {
|
|
|
|
- ret = wl1271_cmd_disconnect(wl);
|
|
|
|
- if (ret < 0) {
|
|
|
|
- wl1271_error("failed to disconnect before rejoining");
|
|
|
|
- goto out;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- wl->joined = false;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
join = kzalloc(sizeof(*join), GFP_KERNEL);
|
|
join = kzalloc(sizeof(*join), GFP_KERNEL);
|
|
if (!join) {
|
|
if (!join) {
|
|
ret = -ENOMEM;
|
|
ret = -ENOMEM;
|
|
@@ -421,8 +408,6 @@ int wl1271_cmd_join(struct wl1271 *wl)
|
|
goto out_free;
|
|
goto out_free;
|
|
}
|
|
}
|
|
|
|
|
|
- wl->joined = true;
|
|
|
|
-
|
|
|
|
/*
|
|
/*
|
|
* ugly hack: we should wait for JOIN_EVENT_COMPLETE_ID but to
|
|
* ugly hack: we should wait for JOIN_EVENT_COMPLETE_ID but to
|
|
* simplify locking we just sleep instead, for now
|
|
* simplify locking we just sleep instead, for now
|