commit | f5ac2b9eb58f5efad83f2d0e7fa464e8980ecfc9 | [log] [tgz] |
---|---|---|
author | Bing Zhao <bzhao@marvell.com> | Wed Feb 04 22:22:39 2009 -0800 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 27 14:51:38 2009 -0500 |
tree | efb94aef654467afa75b9ae021797aa57ecaa15c | |
parent | f11c179eea77b8afc2fb7cb4b9a8815b85e3c16f [diff] |
libertas: fix power save issue in libertas_sdio module The problem: "iwconfig ethX power on" returns error The cause: "ps_supported" flag was never set for SD8385/8686 The fix: check firmware capabilities returned by GET_HW_SPEC command. Set "ps_supported" to 1 if FW_CAPINFO_PS bit is on. This fix applies to SDIO interface only. Signed-off-by: Bing Zhao <bzhao@marvell.com> Acked-by: Dan Williams <dcbw@redhat.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>