rt2x00: rt2800pci: move SoC specific code into a separate module
authorGabor Juhos <juhosg@openwrt.org>
Thu, 17 Oct 2013 07:42:34 +0000 (09:42 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 18 Oct 2013 18:07:00 +0000 (14:07 -0400)
commitfe7ef7c60c33fd339f40320fae76bc56d368dae5
treeec3d4ccfce6ac49150d3e0560776093fae062791
parent0b0ee990f402b357422cc7c5cc12915490610e3e
rt2x00: rt2800pci: move SoC specific code into a separate module

The PCI and SoC specific drivers are using separate
code now so it is not reasonable to use the same
module for both drivers anymore.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/rt2x00/Kconfig
drivers/net/wireless/rt2x00/Makefile
drivers/net/wireless/rt2x00/rt2800pci.c
drivers/net/wireless/rt2x00/rt2800soc.c [new file with mode: 0644]