Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253341
b: refs/heads/master
c: 0d422f4
h: refs/heads/master
i:
  253339: 155b2c1
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and Greg Kroah-Hartman committed Jun 7, 2011
1 parent 9deb2ef commit d09bb1c
Show file tree
Hide file tree
Showing 2 changed files with 3 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: aaa5c677910d313ca1318c905c799c459c6f0078
refs/heads/master: 0d422f4237ce515678ebbb8781881e5d2e58b9d4
3 changes: 2 additions & 1 deletion trunk/drivers/staging/ath6kl/os/linux/cfg80211.c
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,8 @@ ar6k_cfg80211_scanComplete_event(struct ar6_softc *ar, int status)
if(ar->scan_request)
{
/* Translate data to cfg80211 mgmt format */
wmi_iterate_nodes(ar->arWmi, ar6k_cfg80211_scan_node, ar->wdev->wiphy);
if (ar->arWmi)
wmi_iterate_nodes(ar->arWmi, ar6k_cfg80211_scan_node, ar->wdev->wiphy);

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

0 comments on commit d09bb1c

Please sign in to comment.