Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231917
b: refs/heads/master
c: 811ea25
h: refs/heads/master
i:
  231915: d066887
v: v3
  • Loading branch information
Rajkumar Manoharan authored and John W. Linville committed Jan 17, 2011
1 parent 5265310 commit 02757bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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: dc738cb6c5d5594de4bdf3b7839a250b032152e7
refs/heads/master: 811ea256b30b37091b5bbf41517404cf98ab56c1
10 changes: 5 additions & 5 deletions trunk/drivers/net/wireless/ath/ath9k/ar9002_calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -679,10 +679,6 @@ static bool ar9002_hw_calibrate(struct ath_hw *ah,

/* Do NF cal only at longer intervals */
if (longcal || nfcal_pending) {
/* Do periodic PAOffset Cal */
ar9002_hw_pa_cal(ah, false);
ar9002_hw_olc_temp_compensation(ah);

/*
* Get the value from the previous NF cal and update
* history buffer.
Expand All @@ -697,8 +693,12 @@ static bool ar9002_hw_calibrate(struct ath_hw *ah,
ath9k_hw_loadnf(ah, ah->curchan);
}

if (longcal)
if (longcal) {
ath9k_hw_start_nfcal(ah, false);
/* Do periodic PAOffset Cal */
ar9002_hw_pa_cal(ah, false);
ar9002_hw_olc_temp_compensation(ah);
}
}

return iscaldone;
Expand Down

0 comments on commit 02757bd

Please sign in to comment.