Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194663
b: refs/heads/master
c: d5e347b
h: refs/heads/master
i:
  194661: 3a682a5
  194659: f7397a2
  194655: 43bdffd
v: v3
  • Loading branch information
Sujith authored and John W. Linville committed Apr 26, 2010
1 parent 0c13cdb commit 13e8a2a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a3be14b76da111ebe4d245b0542613f9317104e7
refs/heads/master: d5e347bf0f5e99f540aaaaca25ef4e957d59a506
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/ath/ath9k/ar9002_hw.c
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,8 @@ static void ar9002_hw_configpcipowersave(struct ath_hw *ah,
REG_WRITE(ah, AR_PCIE_SERDES2, 0x00000000);

} else {
ENABLE_REGWRITE_BUFFER(ah);

REG_WRITE(ah, AR_PCIE_SERDES, 0x9248fc00);
REG_WRITE(ah, AR_PCIE_SERDES, 0x24924924);

Expand All @@ -428,6 +430,9 @@ static void ar9002_hw_configpcipowersave(struct ath_hw *ah,

/* Load the new settings */
REG_WRITE(ah, AR_PCIE_SERDES2, 0x00000000);

REGWRITE_BUFFER_FLUSH(ah);
DISABLE_REGWRITE_BUFFER(ah);
}

udelay(1000);
Expand Down

0 comments on commit 13e8a2a

Please sign in to comment.