]> git.baikalelectronics.ru Git - kernel.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)
commit95a9071d7a303b2e43e9bedae6968e714dab5281
tree1ca50fe5978940f0fce150c71ece37cc7e0fa4f5
parent278239580fb57d13575d5a8f0932ebc93ca45f1a
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