]> Git Repo - linux.git/commit
wl1251: split spi interface into separate module
authorBob Copeland <[email protected]>
Fri, 7 Aug 2009 10:33:34 +0000 (13:33 +0300)
committerJohn W. Linville <[email protected]>
Fri, 14 Aug 2009 13:13:37 +0000 (09:13 -0400)
commitaf8c78ebbf2a15ecf9b2b6b7b051b0d4c3ba1163
tree8f791d64357218b6ac6a97758b0eb3efb7358fcc
parent8e639c0673a9b676bb7c6bd4e50f9003bdda423e
wl1251: split spi interface into separate module

This creates a module called wl1251_spi.ko which contains just the
SPI-specific code.  The core remains in the module wl1251.ko.

Signed-off-by: Bob Copeland <[email protected]>
Signed-off-by: Kalle Valo <[email protected]>
Signed-off-by: John W. Linville <[email protected]>
drivers/net/wireless/wl12xx/Kconfig
drivers/net/wireless/wl12xx/Makefile
drivers/net/wireless/wl12xx/wl1251.h
drivers/net/wireless/wl12xx/wl1251_main.c
drivers/net/wireless/wl12xx/wl1251_spi.c
This page took 0.050128 seconds and 4 git commands to generate.