]> git.baikalelectronics.ru Git - kernel.git/commit
wl12xx/wlcore: spin out the wl12xx probe from wlcore to a new wl12xx
authorLuciano Coelho <coelho@ti.com>
Sun, 20 Nov 2011 21:32:10 +0000 (23:32 +0200)
committerLuciano Coelho <coelho@ti.com>
Thu, 12 Apr 2012 05:43:56 +0000 (08:43 +0300)
commit9de08a6247335cbf767f445a4d7436d4ea4905a1
tree46fa302d2f4c5001942bdb17f68d03e804714fbf
parenta152bd253bbfa17e4920586828cfc0514186e0b1
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]