wlcore/wl12xx: add hw_init operation
authorLuciano Coelho <coelho@ti.com>
Thu, 1 Dec 2011 22:47:45 +0000 (00:47 +0200)
committerLuciano Coelho <coelho@ti.com>
Thu, 12 Apr 2012 05:44:00 +0000 (08:44 +0300)
commit9d68d1eea7fb4d05b5bd037da6a66329d640b2f1
treed60942724706a9e74f05280f068b52be66b5044e
parentf83985bb5f8f0f25d44ab7b108a709a52aa1c5e0
wlcore/wl12xx: add hw_init operation

Move all the wl12xx-specific hw initialization procedures into a new
hw_init op.  Move some commands and ACX functions to wl12xx.

Signed-off-by: Luciano Coelho <coelho@ti.com>
13 files changed:
drivers/net/wireless/ti/wl12xx/Makefile
drivers/net/wireless/ti/wl12xx/acx.c [new file with mode: 0644]
drivers/net/wireless/ti/wl12xx/acx.h [new file with mode: 0644]
drivers/net/wireless/ti/wl12xx/cmd.c [new file with mode: 0644]
drivers/net/wireless/ti/wl12xx/cmd.h [new file with mode: 0644]
drivers/net/wireless/ti/wl12xx/main.c
drivers/net/wireless/ti/wlcore/acx.c
drivers/net/wireless/ti/wlcore/acx.h
drivers/net/wireless/ti/wlcore/cmd.c
drivers/net/wireless/ti/wlcore/cmd.h
drivers/net/wireless/ti/wlcore/init.c
drivers/net/wireless/ti/wlcore/main.c
drivers/net/wireless/ti/wlcore/wlcore.h