]> git.karo-electronics.de Git - karo-tx-linux.git/commit
wlcore: create private static_data area and add operation to parse it
authorLuciano Coelho <coelho@ti.com>
Thu, 10 May 2012 09:14:10 +0000 (12:14 +0300)
committerLuciano Coelho <coelho@ti.com>
Tue, 5 Jun 2012 12:58:20 +0000 (15:58 +0300)
commit7140df6e51ecca70e8963f18e9836e62090221c2
tree1ca50fe5978940f0fce150c71ece37cc7e0fa4f5
parent8c0ea1021c38cfd2f0ba5d8fdd48a9e9827bbc03
wlcore: create private static_data area and add operation to parse it

The wl18xx firmware has more information in the static_data than
wl12xx.  To be able to parse that in an abstracted way, this patch
adds a priv area to the static data struct and an operation that
allows the lower driver to parse it if necessary.

Signed-off-by: Luciano Coelho <coelho@ti.com>
Signed-off-by: Arik Nemtsov <arik@wizery.com>
drivers/net/wireless/ti/wlcore/boot.c
drivers/net/wireless/ti/wlcore/boot.h
drivers/net/wireless/ti/wlcore/hw_ops.h
drivers/net/wireless/ti/wlcore/wlcore.h