Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242654
b: refs/heads/master
c: a3ad38e
h: refs/heads/master
v: v3
  • Loading branch information
armadefuego@gmail.com authored and John W. Linville committed Mar 23, 2011
1 parent c50c265 commit 3467c10
Show file tree
Hide file tree
Showing 2 changed files with 4 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: be36cacdddcc119ef7b33ae0b91631c3535a75ca
refs/heads/master: a3ad38e87eead6ce748c6e4eec0571ce53b5a0c2
3 changes: 3 additions & 0 deletions trunk/drivers/net/wireless/orinoco/cfg.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,9 @@ static int orinoco_scan(struct wiphy *wiphy, struct net_device *dev,
priv->scan_request = request;

err = orinoco_hw_trigger_scan(priv, request->ssids);
/* On error the we aren't processing the request */
if (err)
priv->scan_request = NULL;

return err;
}
Expand Down

0 comments on commit 3467c10

Please sign in to comment.