Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328358
b: refs/heads/master
c: ab2c4f3
h: refs/heads/master
v: v3
  • Loading branch information
Eliad Peller authored and Luciano Coelho committed Sep 27, 2012
1 parent e8dc86a commit 5b3efe4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6f8d6b20bb0bdda333e781faf775db14cb4660dd
refs/heads/master: ab2c4f37dcef5bd517a95a32da50d5ed0cc24cb5
8 changes: 2 additions & 6 deletions trunk/drivers/net/wireless/ti/wlcore/ps.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#define WL1271_WAKEUP_TIMEOUT 500

#define ELP_ENTRY_DELAY 5
#define ELP_ENTRY_DELAY 30

void wl1271_elp_work(struct work_struct *work)
{
Expand Down Expand Up @@ -98,11 +98,7 @@ void wl1271_ps_elp_sleep(struct wl1271 *wl)
return;
}

if (wl->conf.conn.forced_ps)
timeout = ELP_ENTRY_DELAY;
else
timeout = wl->conf.conn.dynamic_ps_timeout;

timeout = ELP_ENTRY_DELAY;
ieee80211_queue_delayed_work(wl->hw, &wl->elp_work,
msecs_to_jiffies(timeout));
}
Expand Down

0 comments on commit 5b3efe4

Please sign in to comment.