Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 14278
b: refs/heads/master
c: efb3442
h: refs/heads/master
v: v3
  • Loading branch information
Pekka Enberg authored and Linus Torvalds committed Nov 17, 2005
1 parent 9d04b4d commit 280cb91
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0db169f9703115bab09eda5d89a8f6937a7bf98e
refs/heads/master: efb3442cf1c65747a858476e10f705612383eed1
4 changes: 4 additions & 0 deletions trunk/drivers/net/wireless/ipw2200.c
Original file line number Diff line number Diff line change
Expand Up @@ -8926,6 +8926,10 @@ static int ipw_request_direct_scan(struct ipw_priv *priv, char *essid,
struct ipw_scan_request_ext scan;
int err = 0, scan_type;

if (!(priv->status & STATUS_INIT) ||
(priv->status & STATUS_EXIT_PENDING))
return 0;

down(&priv->sem);

if (priv->status & STATUS_RF_KILL_MASK) {
Expand Down

0 comments on commit 280cb91

Please sign in to comment.