projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb887df
)
wl1271: Use all basic rates for ps-poll, instead of just the slowest
author
Juuso Oikarinen
<
[email protected]
>
Thu, 8 Jul 2010 14:49:59 +0000
(17:49 +0300)
committer
John W. Linville
<
[email protected]
>
Thu, 8 Jul 2010 20:35:51 +0000
(16:35 -0400)
This improves ps-poll handling in WLAN PSM. It also improves performance,
including WLAN-BT co-existence reliability.
Signed-off-by: Juuso Oikarinen <
[email protected]
>
Reviewed-by: Teemu Paasikivi <
[email protected]
>
Signed-off-by: Luciano Coelho <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/wl12xx/wl1271_cmd.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/wl12xx/wl1271_cmd.c
b/drivers/net/wireless/wl12xx/wl1271_cmd.c
index 8307f21053f809134f42400893069d71dbb7312d..834f7f8e9c7a83aeabd397f959692f2a61871f4d 100644
(file)
--- a/
drivers/net/wireless/wl12xx/wl1271_cmd.c
+++ b/
drivers/net/wireless/wl12xx/wl1271_cmd.c
@@
-703,7
+703,7
@@
int wl1271_cmd_build_ps_poll(struct wl1271 *wl, u16 aid)
goto out;
ret = wl1271_cmd_template_set(wl, CMD_TEMPL_PS_POLL, skb->data,
- skb->len, 0, wl->basic_rate);
+ skb->len, 0, wl->basic_rate
_set
);
out:
dev_kfree_skb(skb);