From: Grazvydas Ignotas Date: Sun, 6 Mar 2011 17:23:36 +0000 (+0200) Subject: wl1251: remove wl1251_ps_set_elp function X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84987a391f4e69a4d287fd551feac1d949570790;p=pandora-kernel.git wl1251: remove wl1251_ps_set_elp function wl1251_ps_set_elp() only does acx_sleep_auth call and takes the chip from/to ELP, however all callers of wl1251_ps_set_mode() have already taken the chip out of ELP and puts it back to ELP when they finish. This makes ELP calls (and register writes they result in) superfluous. So remove wl1251_ps_set_elp function and call acx_sleep_auth directly. Signed-off-by: Grazvydas Ignotas Acked-by: Kalle Valo Signed-off-by: John W. Linville --- Reading git-diff-tree failed