From: Grazvydas Ignotas Date: Fri, 13 Feb 2015 23:31:28 +0000 (+0200) Subject: wl1251: implement disconnect command properly X-Git-Tag: sz_173~63 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d103a1e5961878d99f645716758aaf3027952fe4;p=pandora-kernel.git wl1251: implement disconnect command properly Currently the driver uses a disconnect command with 4 data bytes by reusing wl1251_cmd_template_set(), however the data length is supposed to be 8 bytes. This doesn't seem to causing any bad effects, but it's better to send correct commands. Tested on pandora board to confirm that idle mode is still working after this patch with no change in current draw. --- Reading git-diff-tree failed