Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 79133
b: refs/heads/master
c: 020bb19
h: refs/heads/master
i:
  79131: f6ba5c7
v: v3
  • Loading branch information
David Woodhouse authored and David S. Miller committed Jan 28, 2008
1 parent 023736f commit 219115b
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 6d35fdfced3922aa27f130eec2b28857c39298fd
refs/heads/master: 020bb19e2f8cfebb314b8bce4bc48a511c6f5940
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/libertas/debugfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -321,8 +321,7 @@ static ssize_t lbs_setuserscan(struct file *file,

lbs_scan_networks(priv, scan_cfg, 1);
wait_event_interruptible(priv->cmd_pending,
priv->surpriseremoved ||
(!priv->cur_cmd && list_empty(&priv->cmdpendingq)));
priv->surpriseremoved || !priv->last_scanned_channel);

if (priv->surpriseremoved)
goto out_scan_cfg;
Expand Down

0 comments on commit 219115b

Please sign in to comment.