From: Michal Kazior Date: Thu, 18 Sep 2014 13:21:24 +0000 (+0200) Subject: ath10k: deduplicate wmi service ready logic X-Git-Tag: omap-for-v3.20/drop-legacy-3517~122^2~234^2~71^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c01aa3de918c0afc1b338df6d7162d461ad3a55;p=pandora-kernel.git ath10k: deduplicate wmi service ready logic The logic responsible for processing the event is no different across different firmware binaries. The difference that needs to be dealt with is the ABI of data structures. The intermediate structure uses __le32 to avoid extra memory allocations to byteswap variable-length substructures (i.e. host mem chunks). Signed-off-by: Michal Kazior Signed-off-by: Kalle Valo --- Reading git-diff-tree failed