]> 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)
commit33fb1400c3024db3081aeca056b50b7a178e5700
tree1ca50fe5978940f0fce150c71ece37cc7e0fa4f5
parentdef39acb733b3a58f01fa4e80d829b5423a75adc
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