Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203027
b: refs/heads/master
c: 644c78c
h: refs/heads/master
i:
  203025: 856be13
  203023: 64d4d21
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Jun 14, 2010
1 parent d3a3c7a commit 4bd33fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 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: 03c725183bfa1328995f28e0d0e9c49e1e6ae730
refs/heads/master: 644c78c95a9b0e3ed2728bc3995cde24b6f0cf2e
9 changes: 0 additions & 9 deletions trunk/drivers/net/wireless/ath/ath9k/ar9003_phy.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,15 +543,6 @@ static void ar9003_hw_prog_ini(struct ath_hw *ah,
u32 val = INI_RA(iniArr, i, column);

REG_WRITE(ah, reg, val);

/*
* Determine if this is a shift register value, and insert the
* configured delay if so.
*/
if (reg >= 0x16000 && reg < 0x17000
&& ah->config.analog_shiftreg)
udelay(100);

DO_DELAY(regWrites);
}
}
Expand Down

0 comments on commit 4bd33fb

Please sign in to comment.