Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259798
b: refs/heads/master
c: 9922af4
h: refs/heads/master
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Jul 5, 2011
1 parent fd6f854 commit 31e4f75
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e0d319f5c7d59756d27f29bd40ea539c090a7c98
refs/heads/master: 9922af4bc2b7820c5a7ebd7e1823b4b4dcc720da
1 change: 0 additions & 1 deletion trunk/drivers/staging/brcm80211/brcmfmac/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ccflags-y := \
-DBCMSDIO \
-DBRCM_FULLMAC \
-DBRCMF_FIRSTREAD=64 \
-DDHD_SCHED \
-DBRCMF_SDALIGN=64 \
-DEMBEDDED_PLATFORM \
-DMAX_HDR_READ=64 \
Expand Down
4 changes: 0 additions & 4 deletions trunk/drivers/staging/brcm80211/brcmfmac/dhd_linux.c
Original file line number Diff line number Diff line change
Expand Up @@ -1201,14 +1201,12 @@ static int brcmf_watchdog_thread(void *data)
/* This thread doesn't need any user-level access,
* so get rid of all our resources
*/
#ifdef DHD_SCHED
if (brcmf_watchdog_prio > 0) {
struct sched_param param;
param.sched_priority = (brcmf_watchdog_prio < MAX_RT_PRIO) ?
brcmf_watchdog_prio : (MAX_RT_PRIO - 1);
sched_setscheduler(current, SCHED_FIFO, &param);
}
#endif /* DHD_SCHED */

allow_signal(SIGTERM);
/* Run until signal received */
Expand Down Expand Up @@ -1261,15 +1259,13 @@ static int brcmf_dpc_thread(void *data)
/* This thread doesn't need any user-level access,
* so get rid of all our resources
*/
#ifdef DHD_SCHED
if (brcmf_dpc_prio > 0) {
struct sched_param param;
param.sched_priority =
(brcmf_dpc_prio <
MAX_RT_PRIO) ? brcmf_dpc_prio : (MAX_RT_PRIO - 1);
sched_setscheduler(current, SCHED_FIFO, &param);
}
#endif /* DHD_SCHED */

allow_signal(SIGTERM);
/* Run until signal received */
Expand Down

0 comments on commit 31e4f75

Please sign in to comment.