From: 640E9920 <640e9920@gmail.com>
To: linux-pm@lists.linux-foundation.org,
linux-kernel@vger.kernel.org, Helmut.Schaa@gmx.de
Subject: [PATCH] PM_QOS api update for linux-next
Date: Sat, 13 Mar 2010 18:16:04 -0800 [thread overview]
Message-ID: <20100314021604.GA22158@mgross-acer> (raw)
[-- Attachment #1: Type: text/plain, Size: 1075 bytes --]
This patch assumes the pm_qos update just posted is included int
linux-next.
Signed-off-by: mark gross <mgross@linux.intel.com>
From 361b695e0f6468214e6e8c8c789bdb651e163374 Mon Sep 17 00:00:00 2001
From: mgross <mgross@linux.intel.com>
Date: Sat, 13 Mar 2010 18:09:04 -0800
Subject: [PATCH] PM_QOS function name update pm_qos_requierment --> pm_qos_request
---
net/mac80211/scan.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/mac80211/scan.c b/net/mac80211/scan.c
index 75a8597..077eef1 100644
--- a/net/mac80211/scan.c
+++ b/net/mac80211/scan.c
@@ -506,7 +506,7 @@ static int ieee80211_scan_state_decision(struct ieee80211_local *local,
bad_latency = time_after(jiffies +
ieee80211_scan_get_channel_time(next_chan),
local->leave_oper_channel_time +
- usecs_to_jiffies(pm_qos_requirement(PM_QOS_NETWORK_LATENCY)));
+ usecs_to_jiffies(pm_qos_request(PM_QOS_NETWORK_LATENCY)));
listen_int_exceeded = time_after(jiffies +
ieee80211_scan_get_channel_time(next_chan),
--
1.6.3.3
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
reply other threads:[~2010-03-14 2:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=20100314021604.GA22158@mgross-acer \
--to=640e9920@gmail.com \
--cc=Helmut.Schaa@gmx.de \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-pm@lists.linux-foundation.org \
/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
Powered by JetHome