diff options
author | Luciano Coelho <coelho@ti.com> | 2011-12-02 17:52:19 +0400 |
---|---|---|
committer | Luciano Coelho <coelho@ti.com> | 2012-04-12 09:43:56 +0400 |
commit | 7b3115f265de1b669b757f3802b67c9a7f146223 (patch) | |
tree | 4fdf48511d6b72bdc6d2b3e6db8fce5ad6ae397d /drivers/net/wireless/ti/Kconfig | |
parent | 90921014608d91a03766d0025fa32662dc7c5062 (diff) | |
download | linux-7b3115f265de1b669b757f3802b67c9a7f146223.tar.xz |
wl12xx/wlcore: rename wl12xx to wlcore
Rename the wl12xx driver directory to wlcore as an initial step
towards the split of the driver into wlcore and wl12xx. We just
rename the directory first to keep git blame happy.
Signed-off-by: Luciano Coelho <coelho@ti.com>
Diffstat (limited to 'drivers/net/wireless/ti/Kconfig')
-rw-r--r-- | drivers/net/wireless/ti/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ti/Kconfig b/drivers/net/wireless/ti/Kconfig index 75722d81188c..1e8d04b56c9a 100644 --- a/drivers/net/wireless/ti/Kconfig +++ b/drivers/net/wireless/ti/Kconfig @@ -7,5 +7,5 @@ menuconfig WL_TI if WL_TI source "drivers/net/wireless/ti/wl1251/Kconfig" -source "drivers/net/wireless/ti/wl12xx/Kconfig" +source "drivers/net/wireless/ti/wlcore/Kconfig" endif # WL_TI |