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:
023e082
)
wl1271: fix ps scheme in wl1271_op_conf_tx()
author
Kalle Valo
<
[email protected]
>
Thu, 18 Mar 2010 10:26:37 +0000
(12:26 +0200)
committer
John W. Linville
<
[email protected]
>
Tue, 23 Mar 2010 20:50:22 +0000
(16:50 -0400)
Commit "wl1271: implement WMM" accidentally used CONF_PS_SCHEME_LEGACY_PSPOLL,
but instead CONF_PS_SCHEME_LEGACY should be used as earlier.
Signed-off-by: Kalle Valo <
[email protected]
>
Reviewed-by: Juuso Oikarinen <
[email protected]
>
Signed-off-by: Juuso Oikarinen <
[email protected]
>
Signed-off-by: Luciano Coelho <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/wl12xx/wl1271_main.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/wl12xx/wl1271_main.c
b/drivers/net/wireless/wl12xx/wl1271_main.c
index fbc42ceb39d8b86381f7508beacc5fcaddbd5fe9..2a2e5841a0e08d99339feb28fea674cf4cb39f78 100644
(file)
--- a/
drivers/net/wireless/wl12xx/wl1271_main.c
+++ b/
drivers/net/wireless/wl12xx/wl1271_main.c
@@
-1801,7
+1801,7
@@
static int wl1271_op_conf_tx(struct ieee80211_hw *hw, u16 queue,
ret = wl1271_acx_tid_cfg(wl, wl1271_tx_get_queue(queue),
CONF_CHANNEL_TYPE_EDCF,
wl1271_tx_get_queue(queue),
- CONF_PS_SCHEME_LEGACY
_PSPOLL
,
+ CONF_PS_SCHEME_LEGACY,
CONF_ACK_POLICY_LEGACY, 0, 0);
if (ret < 0)
goto out_sleep;