wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx
commitb2ba99ff327f43684993c47a0f34bfa48f2ac210
authorLuciano Coelho <coelho@ti.com>
Sun, 20 Nov 2011 21:32:10 +0000 (20 23:32 +0200)
committerLuciano Coelho <coelho@ti.com>
Thu, 12 Apr 2012 05:43:56 +0000 (12 08:43 +0300)
tree46fa302d2f4c5001942bdb17f68d03e804714fbf
parent7b3115f265de1b669b757f3802b67c9a7f146223
wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx

Create a new small wl12xx module that only contains the probe
functions and depends entirely on wlcore otherwise.

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