Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134229
b: refs/heads/master
c: 5dad40c
h: refs/heads/master
i:
  134227: f80c366
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Jan 29, 2009
1 parent a2ec700 commit aa446f1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: f8206e053498174ef4b5f994e2a7091a74f7da30
refs/heads/master: 5dad40c13e7753e7b62eb7c2fca9b4034679882a
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath9k/calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -620,7 +620,9 @@ void ath9k_hw_loadnf(struct ath_hal *ah, struct ath9k_channel *chan)
};
u8 chainmask;

if (AR_SREV_9280(ah))
if (AR_SREV_9285(ah))
chainmask = 0x9;
else if (AR_SREV_9280(ah))
chainmask = 0x1B;
else
chainmask = 0x3F;
Expand Down

0 comments on commit aa446f1

Please sign in to comment.