Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 266255
b: refs/heads/master
c: 05bfe3d
h: refs/heads/master
i:
  266253: eb4d537
  266251: 54bdc65
  266247: 070aa86
  266239: 79d1193
v: v3
  • Loading branch information
Rajkumar Manoharan authored and John W. Linville committed Sep 19, 2011
1 parent 5873f8b commit 3d4558a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e9c10469cf3c71bc1c6b0f01319161e277d6ac9b
refs/heads/master: 05bfe3d2a5794cc9e9b8119f36d1d7848ecd8967
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ath/ath9k/ar9002_calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ static bool ar9002_hw_init_cal(struct ath_hw *ah, struct ath9k_channel *chan)
ar9002_hw_pa_cal(ah, true);

/* Do NF Calibration after DC offset and other calibrations */
ath9k_hw_loadnf(ah, chan);
ath9k_hw_start_nfcal(ah, true);

if (ah->caldata)
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/wireless/ath/ath9k/ar9003_calib.c
Original file line number Diff line number Diff line change
Expand Up @@ -885,6 +885,7 @@ static bool ar9003_hw_init_cal(struct ath_hw *ah,
if (txiqcal_done)
ar9003_hw_tx_iq_cal_post_proc(ah);

ath9k_hw_loadnf(ah, chan);
ath9k_hw_start_nfcal(ah, true);

/* Initialize list pointers */
Expand Down

0 comments on commit 3d4558a

Please sign in to comment.