|
@@ -76,8 +76,7 @@ static int wl1251_event_process(struct wl1251 *wl, struct event_mailbox *mbox)
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- if (vector & SYNCHRONIZATION_TIMEOUT_EVENT_ID &&
|
|
|
|
- wl->station_mode != STATION_ACTIVE_MODE) {
|
|
|
|
|
|
+ if (vector & SYNCHRONIZATION_TIMEOUT_EVENT_ID) {
|
|
wl1251_debug(DEBUG_EVENT, "SYNCHRONIZATION_TIMEOUT_EVENT");
|
|
wl1251_debug(DEBUG_EVENT, "SYNCHRONIZATION_TIMEOUT_EVENT");
|
|
|
|
|
|
/* indicate to the stack, that beacons have been lost */
|
|
/* indicate to the stack, that beacons have been lost */
|