Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189843
b: refs/heads/master
c: 1144601
h: refs/heads/master
i:
  189841: 49ec24d
  189839: 7640c8e
v: v3
  • Loading branch information
Felix Fietkau authored and John W. Linville committed Apr 6, 2010
1 parent e27ef52 commit ada98d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 0379185b6c0d1e8252023698cf1091da92a3dc03
refs/heads/master: 1144601118507f8b3b676a9a392584d216d3f2cc
3 changes: 1 addition & 2 deletions trunk/drivers/net/wireless/ath/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1532,8 +1532,7 @@ static int ath9k_config(struct ieee80211_hw *hw, u32 changed)
all_wiphys_idle = ath9k_all_wiphys_idle(sc);
ath9k_set_wiphy_idle(aphy, idle);

if (!idle && all_wiphys_idle)
enable_radio = true;
enable_radio = (!idle && all_wiphys_idle);

/*
* After we unlock here its possible another wiphy
Expand Down

0 comments on commit ada98d5

Please sign in to comment.