This patch assumes the pm_qos update just posted is included int linux-next. Signed-off-by: mark gross <mgross@xxxxxxxxxxxxxxx> From 361b695e0f6468214e6e8c8c789bdb651e163374 Mon Sep 17 00:00:00 2001 From: mgross <mgross@xxxxxxxxxxxxxxx> 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:
signature.asc
Description: Digital signature
_______________________________________________ linux-pm mailing list linux-pm@xxxxxxxxxxxxxxxxxxxxxxxxxx https://lists.linux-foundation.org/mailman/listinfo/linux-pm