Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225327
b: refs/heads/master
c: 7e68b74
h: refs/heads/master
i:
  225325: 6cb42a3
  225323: 3fbf888
  225319: 8c90ed7
  225311: 506f478
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and John W. Linville committed Dec 16, 2010
1 parent 0771856 commit 4986116
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: cf4e594ea7e55555e81647b74a3a8e8b2826a529
refs/heads/master: 7e68b746681289c00e8fd818fdd0144c6896d425
5 changes: 1 addition & 4 deletions trunk/drivers/net/wireless/ath/ath9k/ar9003_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,10 +578,7 @@ static void ar9003_hw_prog_ini(struct ath_hw *ah,
u32 reg = INI_RA(iniArr, i, 0);
u32 val = INI_RA(iniArr, i, column);

if (reg >= 0x16000 && reg < 0x17000)
ath9k_hw_analog_shift_regwrite(ah, reg, val);
else
REG_WRITE(ah, reg, val);
REG_WRITE(ah, reg, val);

DO_DELAY(regWrites);
}
Expand Down

0 comments on commit 4986116

Please sign in to comment.