Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 275150
b: refs/heads/master
c: a8d1200
h: refs/heads/master
v: v3
  • Loading branch information
Alan Cox authored and Linus Torvalds committed Nov 8, 2011
1 parent 13d6517 commit 0d59fd0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions 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: 1ea6b8f48918282bdca0b32a34095504ee65bab5
refs/heads/master: a8d12007c795f3d69ee0b2d29f0abfefd55c6120
12 changes: 7 additions & 5 deletions trunk/drivers/tty/n_gsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,16 @@
static int debug;
module_param(debug, int, 0600);

#define T1 (HZ/10)
#define T2 (HZ/3)
#define N2 3
/* Defaults: these are from the specification */

#define T1 10 /* 100mS */
#define T2 34 /* 333mS */
#define N2 3 /* Retry 3 times */

/* Use long timers for testing at low speed with debug on */
#ifdef DEBUG_TIMING
#define T1 HZ
#define T2 (2 * HZ)
#define T1 100
#define T2 200
#endif

/*
Expand Down

0 comments on commit 0d59fd0

Please sign in to comment.