build fix: wmi_event and wmi_cmd_rsp should use void *buffer
authorOleksij Rempel <linux@rempel-privat.de>
Fri, 29 Mar 2013 07:44:01 +0000 (08:44 +0100)
committerOleksij Rempel <linux@rempel-privat.de>
Sat, 30 Mar 2013 16:27:48 +0000 (17:27 +0100)
commit8106b8eaffee2a2e7140b3826db955df3b006422
treed07fea5ba1342ac2be879651bb317f6a8cd06f3f
parent9a33c326f34c55d4e2250c57f3709dbc03c5b679
build fix: wmi_event and wmi_cmd_rsp should use void *buffer

we pass different buffer types to this functions.
It makes no sense to define some concrect type here

Signed-off-by: Oleksij Rempel <linux@rempel-privat.de>
target_firmware/wlan/if_ath.c