network: wireless: bcm4329: Remove unnecessary set_freezable() calls

Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
This commit is contained in:
Dmitry Shmidt
2010-05-24 09:41:03 -07:00
committed by Colin Cross
parent 0946fa3463
commit 4d1deab06b

View File

@@ -61,7 +61,6 @@
#ifdef CONFIG_HAS_WAKELOCK
#include <linux/wakelock.h>
#endif
#include <linux/freezer.h>
#if defined(CUSTOMER_HW2) && defined(CONFIG_WIFI_CONTROL_FUNC)
#include <linux/wlan_plat.h>
@@ -818,8 +817,6 @@ _dhd_sysioc_thread(void *data)
bool in_ap = FALSE;
#endif
set_freezable();
DAEMONIZE("dhd_sysioc");
while (down_interruptible(&dhd->sysioc_sem) == 0) {
@@ -1200,8 +1197,6 @@ dhd_watchdog_thread(void *data)
}
#endif /* DHD_SCHED */
set_freezable();
DAEMONIZE("dhd_watchdog");
/* Run until signal received */
@@ -1269,8 +1264,6 @@ dhd_dpc_thread(void *data)
}
#endif /* DHD_SCHED */
set_freezable();
DAEMONIZE("dhd_dpc");
/* Run until signal received */