Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60466
b: refs/heads/master
c: 1c9d5e4
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Hemminger authored and John W. Linville committed Jul 10, 2007
1 parent 36fe95a commit 1366436
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 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: 899413de1a6c9f999f677526df5205a9a70dcd93
refs/heads/master: 1c9d5e41e32a3bfe60f44e3272c05d14ea595a71
5 changes: 3 additions & 2 deletions trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -1751,7 +1751,7 @@ static int ipw_radio_kill_sw(struct ipw_priv *priv, int disable_radio)
/* Make sure the RF_KILL check timer is running */
cancel_delayed_work(&priv->rf_kill);
queue_delayed_work(priv->workqueue, &priv->rf_kill,
2 * HZ);
round_jiffies(2 * HZ));
} else
queue_work(priv->workqueue, &priv->up);
}
Expand Down Expand Up @@ -4690,7 +4690,8 @@ static void ipw_rx_notification(struct ipw_priv *priv,
else if (priv->config & CFG_BACKGROUND_SCAN
&& priv->status & STATUS_ASSOCIATED)
queue_delayed_work(priv->workqueue,
&priv->request_scan, HZ);
&priv->request_scan,
round_jiffies(HZ));

/* Send an empty event to user space.
* We don't send the received data on the event because
Expand Down

0 comments on commit 1366436

Please sign in to comment.