projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2749b2e
)
net: wireless: bcmdhd: Reduce priority for dhd_dpc and watchdog
author
Dmitry Shmidt
<dimitrysh@google.com>
Thu, 14 Jun 2012 18:32:15 +0000
(11:32 -0700)
committer
Dmitry 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
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/bcmdhd/dhd_linux.c
b/drivers/net/wireless/bcmdhd/dhd_linux.c
index a600b58cbb8eb3f87ceae6b42313a19f68bede16..b8fb0a90b0ce82f342cd316a0744ee194a24d134 100644
(file)
--- a/
drivers/net/wireless/bcmdhd/dhd_linux.c
+++ b/
drivers/net/wireless/bcmdhd/dhd_linux.c
@@
-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 */