lkml.org 
[lkml]   [2010]   [Mar]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] PM_QOS api update for linux-next
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
[unhandled content-type:application/pgp-signature]
\
 
 \ /
  Last update: 2010-03-14 03:19    [W:0.065 / U:0.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site