|
@@ -1,7 +1,7 @@
|
|
|
/*
|
|
|
* This file is part of wl1271
|
|
|
*
|
|
|
- * Copyright (C) 2008-2009 Nokia Corporation
|
|
|
+ * Copyright (C) 2008-2010 Nokia Corporation
|
|
|
*
|
|
|
* Contact: Luciano Coelho <luciano.coelho@nokia.com>
|
|
|
*
|
|
@@ -411,7 +411,8 @@ static int wl1271_boot_run_firmware(struct wl1271 *wl)
|
|
|
wl->event_mask = BSS_LOSE_EVENT_ID |
|
|
|
SCAN_COMPLETE_EVENT_ID |
|
|
|
PS_REPORT_EVENT_ID |
|
|
|
- JOIN_EVENT_COMPLETE_ID;
|
|
|
+ JOIN_EVENT_COMPLETE_ID |
|
|
|
+ DISCONNECT_EVENT_COMPLETE_ID;
|
|
|
|
|
|
ret = wl1271_event_unmask(wl);
|
|
|
if (ret < 0) {
|