Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 97347
b: refs/heads/master
c: 6941727
h: refs/heads/master
i:
  97345: 536ffe1
  97343: a04a227
v: v3
  • Loading branch information
Ilpo Järvinen authored and Jeff Garzik committed May 22, 2008
1 parent 4f4577f commit bc31b13
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 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: 7fb1c2ac8ecaf0883f2fcb38dfc9ec2d15cee11d
refs/heads/master: 6941727a08d49c88a58bc3afb55044df7932549e
3 changes: 2 additions & 1 deletion trunk/drivers/net/hamradio/scc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1340,9 +1340,10 @@ static unsigned int scc_set_param(struct scc_channel *scc, unsigned int cmd, uns
case PARAM_RTS:
if ( !(scc->wreg[R5] & RTS) )
{
if (arg != TX_OFF)
if (arg != TX_OFF) {
scc_key_trx(scc, TX_ON);
scc_start_tx_timer(scc, t_txdelay, scc->kiss.txdelay);
}
} else {
if (arg == TX_OFF)
{
Expand Down

0 comments on commit bc31b13

Please sign in to comment.