Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194403
b: refs/heads/master
c: becdbc5
h: refs/heads/master
i:
  194401: fe45743
  194399: 6bb780b
v: v3
  • Loading branch information
Luis R. Rodriguez authored and John W. Linville committed Apr 16, 2010
1 parent bb57d63 commit d869103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: e83a1134de299e6453c6d8bc99cf3af3972bb84a
refs/heads/master: becdbc542f3f3395138b45d7ae445886fa0feef7
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath9k/calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ s16 ath9k_hw_getchan_noise(struct ath_hw *ah, struct ath9k_channel *chan)
}
EXPORT_SYMBOL(ath9k_hw_getchan_noise);

static void ath9k_olc_temp_compensation_9287(struct ath_hw *ah)
static void ar9287_hw_olc_temp_compensation(struct ath_hw *ah)
{
u32 rddata;
int32_t delta, currPDADC, slope;
Expand Down Expand Up @@ -706,7 +706,7 @@ static void ath9k_olc_temp_compensation(struct ath_hw *ah)
int delta, currPDADC, regval;

if (OLC_FOR_AR9287_10_LATER) {
ath9k_olc_temp_compensation_9287(ah);
ar9287_hw_olc_temp_compensation(ah);
} else {
rddata = REG_READ(ah, AR_PHY_TX_PWRCTRL4);
currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT);
Expand Down

0 comments on commit d869103

Please sign in to comment.