Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193817
b: refs/heads/master
c: 527d485
h: refs/heads/master
i:
  193815: 348ad37
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Mar 23, 2010
1 parent 8c0687b commit 85b9991
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: 5b5fa3558db7451f4744ef92f2b1830d05b9307b
refs/heads/master: 527d485fd8765e1df1dd9114f5c623253d6349c3
6 changes: 4 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -499,8 +499,10 @@ static int ath9k_hw_post_init(struct ath_hw *ah)
{
int ecode;

if (!ath9k_hw_chip_test(ah))
return -ENODEV;
if (!AR_SREV_9271(ah)) {
if (!ath9k_hw_chip_test(ah))
return -ENODEV;
}

ecode = ath9k_hw_rf_claim(ah);
if (ecode != 0)
Expand Down

0 comments on commit 85b9991

Please sign in to comment.