Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203931
b: refs/heads/master
c: 4c85ab1
h: refs/heads/master
i:
  203929: 2fff386
  203927: 2dfffc0
v: v3
  • Loading branch information
John W. Linville committed Jul 29, 2010
1 parent fa3e7c0 commit fe265a5
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: 4552124543141debf40a94b67155e57aa6bb34d6
refs/heads/master: 4c85ab11ca56da1aa59b58c80cc6a356515cc645
3 changes: 2 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,8 @@ static int __ath9k_hw_init(struct ath_hw *ah)

if (ah->config.serialize_regmode == SER_REG_MODE_AUTO) {
if (ah->hw_version.macVersion == AR_SREV_VERSION_5416_PCI ||
(AR_SREV_9280(ah) && !ah->is_pciexpress)) {
((AR_SREV_9160(ah) || AR_SREV_9280(ah)) &&
!ah->is_pciexpress)) {
ah->config.serialize_regmode =
SER_REG_MODE_ON;
} else {
Expand Down

0 comments on commit fe265a5

Please sign in to comment.