diff options
| author | Jeroen Vreeken <pe1rxq@amsat.org> | 2004-02-04 18:48:25 -0500 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@redhat.com> | 2004-02-04 18:48:25 -0500 |
| commit | b0f4ffe8b6437346ee21584bcf95346fb11a339d (patch) | |
| tree | a5baef1600592e46f9e7f36020a51cb8a1a8427a /include | |
| parent | c32262de8573da3184d4a32353d5a6eeccd13548 (diff) | |
[PATCH] hamradio driver fixes
I send these a while ago but didn't get a reply.
Can you apply these patches for the hamradio drivers?
details:
+ scc.c usage of rtnl lock and register_netdev.
+ scc.c properly initialize timers.
+ remove cli() call in 6pack.c
+ fix init of reused devices and remove cli()
+ scc.c statistics
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/scc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/scc.h b/include/linux/scc.h index 4965e146b737..885a4a02b23c 100644 --- a/include/linux/scc.h +++ b/include/linux/scc.h @@ -200,7 +200,7 @@ struct scc_kiss { unsigned char fulldup; /* Full Duplex mode 0=CSMA 1=DUP 2=ALWAYS KEYED */ unsigned char waittime; /* Waittime before any transmit attempt */ unsigned int maxkeyup; /* Maximum time to transmit (seconds) */ - unsigned char mintime; /* Minimal offtime after MAXKEYUP timeout (seconds) */ + unsigned int mintime; /* Minimal offtime after MAXKEYUP timeout (seconds) */ unsigned int idletime; /* Maximum idle time in ALWAYS KEYED mode (seconds) */ unsigned int maxdefer; /* Timer for CSMA channel busy limit */ unsigned char tx_inhibit; /* Transmit is not allowed when set */ |
