Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278092
b: refs/heads/master
c: 6846934
h: refs/heads/master
v: v3
  • Loading branch information
Kalle Valo committed Nov 11, 2011
1 parent 53e668f commit a4d75e1
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: 5fe4dffbc12b22507d2416667720cbd4b27c693b
refs/heads/master: 68469341f32b566481bfccb776ee03146b63bae5
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath6kl/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1147,7 +1147,6 @@ static int ath6kl_close(struct net_device *dev)
0, 0, 0, 0, 0, 0, 0, 0, 0))
return -EIO;

clear_bit(WLAN_ENABLED, &vif->flags);
}

ath6kl_cfg80211_scan_complete_event(vif, -ECANCELED);
Expand All @@ -1157,6 +1156,8 @@ static int ath6kl_close(struct net_device *dev)
if (ret)
return ret;

clear_bit(WLAN_ENABLED, &vif->flags);

return 0;
}

Expand Down

0 comments on commit a4d75e1

Please sign in to comment.