From: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
To: <linville@tuxdriver.com>
Cc: <linux-wireless@vger.kernel.org>,
Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
Subject: [PATCH 09/10] ath9k: always perform ani calibration at poll interval
Date: Fri, 18 May 2012 19:37:32 +0530 [thread overview]
Message-ID: <1337350053-15491-9-git-send-email-rmanohar@qca.qualcomm.com> (raw)
In-Reply-To: <1337350053-15491-1-git-send-email-rmanohar@qca.qualcomm.com>
Skiping the ani based on power state is delaying the ani cycles
further on an idle state. And also as the power state is updated
in different contexts, let us not skip the ani calibration.
Signed-off-by: Rajkumar Manoharan <rmanohar@qca.qualcomm.com>
---
drivers/net/wireless/ath/ath9k/main.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c
index 66ea3df..8be8243 100644
--- a/drivers/net/wireless/ath/ath9k/main.c
+++ b/drivers/net/wireless/ath/ath9k/main.c
@@ -549,10 +549,6 @@ void ath_ani_calibrate(unsigned long data)
short_cal_interval = (ah->opmode == NL80211_IFTYPE_AP) ?
ATH_AP_SHORT_CALINTERVAL : ATH_STA_SHORT_CALINTERVAL;
- /* Only calibrate if awake */
- if (sc->sc_ah->power_mode != ATH9K_PM_AWAKE)
- goto set_timer;
-
ath9k_ps_wakeup(sc);
/* Long calibration runs independently of short calibration. */
@@ -608,7 +604,6 @@ void ath_ani_calibrate(unsigned long data)
ath9k_ps_restore(sc);
-set_timer:
/*
* Set timer interval based on previous results.
* The interval must be the shortest necessary to satisfy ANI,
--
1.7.10.2
next prev parent reply other threads:[~2012-05-18 14:07 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-18 14:07 [PATCH 01/10] ath9k_hw: update ar9462 initval table to fix rx nfcal Rajkumar Manoharan
2012-05-18 14:07 ` [PATCH 02/10] ath9k: cleanup MCI indentation Rajkumar Manoharan
2012-05-18 14:07 ` [PATCH 03/10] ath9k_hw: fix IQ calibration chain index Rajkumar Manoharan
2012-05-18 14:07 ` [PATCH 04/10] ath9k_hw: program BT to control SPDT Rajkumar Manoharan
2012-05-18 14:07 ` [PATCH 05/10] ath9k_hw: add AR9462 initval for Global WLAN, BT settings Rajkumar Manoharan
2012-05-18 15:48 ` Sujith Manoharan
2012-05-18 14:07 ` [PATCH 06/10] ath9k_hw: fix BT RF performance Rajkumar Manoharan
2012-05-18 15:50 ` Sujith Manoharan
2012-05-18 14:07 ` [PATCH 07/10] ath9k: BT coex performance tuning for AR9462 Rajkumar Manoharan
2012-05-18 14:07 ` [PATCH 08/10] ath: do not update cycle counters with sleep mode results Rajkumar Manoharan
2012-05-18 14:07 ` Rajkumar Manoharan [this message]
2012-05-18 14:07 ` [PATCH 10/10] ath9k_hw: fix power state for MCI Rajkumar Manoharan
2012-05-18 15:45 ` [PATCH 01/10] ath9k_hw: update ar9462 initval table to fix rx nfcal Sujith Manoharan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1337350053-15491-9-git-send-email-rmanohar@qca.qualcomm.com \
--to=rmanohar@qca.qualcomm.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox