From: Luciano Coelho Date: Mon, 12 Dec 2011 10:15:08 +0000 (+0200) Subject: wlcore/wl12xx: add prepare_read hw op for Rx data X-Git-Tag: v3.5-rc1~109^2~410^2~79^2^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b14684a00439b7b154e63be9446fba19281b8bbc;p=pandora-kernel.git wlcore/wl12xx: add prepare_read hw op for Rx data The only difference in the read_data operations is that some chips need to prepare the data to be read before reading. So instead of having a mandatory read_data operation, we now have an option prepare_data operation that only needs to be implemented for chips that require it. In the wl12xx lower driver, we only set the prepare_data operation for wl127x chips. Signed-off-by: Luciano Coelho Signed-off-by: Arik Nemtsov Signed-off-by: Luciano Coelho --- Reading git-diff-tree failed