commit | b2c57eee66592e22327bf39b42c4e3dc24708213 | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Mon Dec 17 14:41:13 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:07:42 2008 -0800 |
tree | d521906845ae41d7277f78be1ee28ab5fb7f33fd | |
parent | b47ef2438dea2ddad4561152aa8007a2d95e8157 [diff] |
libertas: allow for PS mode to be disabled when firmware doesn't support it Otherwise, we go into an endless busy loop trying to enable PS mode when the command queue is empty, dealing with the error response, and then trying to enable PS mode again because the command queue is empty.... it doesn't really save much power. Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>