Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 224260
b: refs/heads/master
c: 5404643
h: refs/heads/master
v: v3
  • Loading branch information
Luciano Coelho authored and John W. Linville committed Nov 15, 2010
1 parent 97249e1 commit bb982e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6a2de93b2553c2e9a72997370534993c85c1eee6
refs/heads/master: 5404643139c16e56d31a6ebd09cfa6db1eb03a36
5 changes: 5 additions & 0 deletions trunk/drivers/net/wireless/wl12xx/wl1271_tx.c
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,11 @@ void wl1271_tx_work_locked(struct wl1271 *wl)

/* if rates have changed, re-configure the rate policy */
if (unlikely(sta_rates)) {
ret = wl1271_ps_elp_wakeup(wl, false);
if (ret < 0)
goto out;
woken_up = true;

wl->rate_set = wl1271_tx_enabled_rates_get(wl, sta_rates);
wl1271_acx_rate_policies(wl);
}
Expand Down

0 comments on commit bb982e5

Please sign in to comment.