From: Andrey Yurovsky Date: Tue, 16 Jun 2009 20:20:01 +0000 (-0700) Subject: libertas: remove ps_supported flag, use fwcapinfo X-Git-Tag: v2.6.32-rc1~703^2~813 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0d6133cba88759bc760b254c27975330fff6519;p=pandora-kernel.git libertas: remove ps_supported flag, use fwcapinfo Power save support depends on the firmware capabilities rather than the card's hardware interface. Use the FW_CAPINFO_PS bit in the firmware capabilities mask throughout the driver in place of the redundant ps_supported flag and don't make decisions about PS support in the interface drivers (with the exception of a special case in the USB driver). V2: put the USB special case in the right place. Signed-off-by: Andrey Yurovsky Acked-by: Dan Williams Signed-off-by: John W. Linville --- Reading git-diff-tree failed