Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 236053
b: refs/heads/master
c: 3f2fd78
h: refs/heads/master
i:
  236051: 689939f
v: v3
  • Loading branch information
Vipin Mehta authored and Greg Kroah-Hartman committed Feb 18, 2011
1 parent ae201e9 commit c45a7e7
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e8763b5fe88a0ef8858cd614d961578d34b673a0
refs/heads/master: 3f2fd78e68cdea8805c92b72008b9eb42f6580f6
2 changes: 1 addition & 1 deletion trunk/drivers/staging/ath6kl/os/linux/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -791,7 +791,7 @@ ar6k_cfg80211_scanComplete_event(AR_SOFTC_T *ar, int status)
wmi_iterate_nodes(ar->arWmi, ar6k_cfg80211_scan_node, ar->wdev->wiphy);

cfg80211_scan_done(ar->scan_request,
(status & A_ECANCELED) ? true : false);
((status & A_ECANCELED) || (status & A_EBUSY)) ? true : false);

if(ar->scan_request->n_ssids &&
ar->scan_request->ssids[0].ssid_len) {
Expand Down

0 comments on commit c45a7e7

Please sign in to comment.