projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e83a113
)
ath9k_hw: rename PA calib for AR9287
author
Luis R. Rodriguez
<
[email protected]
>
Thu, 15 Apr 2010 21:38:53 +0000
(17:38 -0400)
committer
John W. Linville
<
[email protected]
>
Fri, 16 Apr 2010 19:43:29 +0000
(15:43 -0400)
Signed-off-by: Luis R. Rodriguez <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/ath/ath9k/calib.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/calib.c
b/drivers/net/wireless/ath/ath9k/calib.c
index 156ae347c617eb4b7148f216a3cf46c940094463..e2c427b9ec628292a41bed6bbea5d27d781833fa 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/calib.c
+++ b/
drivers/net/wireless/ath/ath9k/calib.c
@@
-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 a
th9k_olc_temp_compensation_9287
(struct ath_hw *ah)
+static void a
r9287_hw_olc_temp_compensation
(struct ath_hw *ah)
{
u32 rddata;
int32_t delta, currPDADC, slope;
@@
-706,7
+706,7
@@
static void ath9k_olc_temp_compensation(struct ath_hw *ah)
int delta, currPDADC, regval;
if (OLC_FOR_AR9287_10_LATER) {
- a
th9k_olc_temp_compensation_9287
(ah);
+ a
r9287_hw_olc_temp_compensation
(ah);
} else {
rddata = REG_READ(ah, AR_PHY_TX_PWRCTRL4);
currPDADC = MS(rddata, AR_PHY_TX_PWRCTRL_PD_AVG_OUT);