OSDN Git Service

net: wireless: bcmdhd: Reduce priority for dhd_dpc and watchdog
authorDmitry Shmidt <dimitrysh@google.com>
Thu, 14 Jun 2012 18:32:15 +0000 (11:32 -0700)
committerDmitry Shmidt <dimitrysh@google.com>
Tue, 19 Jun 2012 17:38:24 +0000 (10:38 -0700)
Signed-off-by: Dmitry Shmidt <dimitrysh@google.com>
drivers/net/wireless/bcmdhd/dhd_linux.c

index a600b58..b8fb0a9 100644 (file)
@@ -346,14 +346,13 @@ module_param(dhd_master_mode, uint, 0);
 
 #ifdef DHDTHREAD
 /* Watchdog thread priority, -1 to use kernel timer */
-int dhd_watchdog_prio = 97;
+int dhd_watchdog_prio = 0;
 module_param(dhd_watchdog_prio, int, 0);
 
 /* DPC thread priority, -1 to use tasklet */
-int dhd_dpc_prio = 98;
+int dhd_dpc_prio = 1;
 module_param(dhd_dpc_prio, int, 0);
 
-/* DPC thread priority, -1 to use tasklet */
 extern int dhd_dongle_memsize;
 module_param(dhd_dongle_memsize, int, 0);
 #endif /* DHDTHREAD */