Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 112250
b: refs/heads/master
c: d2a3b22
h: refs/heads/master
v: v3
  • Loading branch information
Luis R. Rodriguez authored and David S. Miller committed Oct 10, 2008
1 parent 2d0277e commit fd2516c
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 1cf69cfbe117d645640a9230d6deb07c9db46c5f
refs/heads/master: d2a3b222cf976bc44bb9aed13f7b17feea28f633
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -5892,8 +5892,10 @@ bool ath9k_hw_reset(struct ath_hal *ah,
goto bad;
}

if (!ath9k_hw_setpower(ah, ATH9K_PM_AWAKE))
return false;
if (!ath9k_hw_setpower(ah, ATH9K_PM_AWAKE)) {
ecode = -EIO;
goto bad;
}

if (curchan)
ath9k_hw_getnf(ah, curchan);
Expand Down

0 comments on commit fd2516c

Please sign in to comment.