ath9k: move PCI code into separate file
authorGabor Juhos <juhosg@openwrt.org>
Wed, 14 Jan 2009 19:17:06 +0000 (20:17 +0100)
committerJohn W. Linville <linville@tuxdriver.com>
Thu, 29 Jan 2009 21:00:31 +0000 (16:00 -0500)
commit6baff7f9a6c571dcd9a59820e3c094f7490cb0fd
tree17345f71c943ec94cdd16826c7f5be8bc03a416d
parent39c3c2f2de6bccf698bfb5b9c4f56ddf99de0dbc
ath9k: move PCI code into separate file

Now that we have converted all bus specific routines to replaceable, we
can move the PCI specific codes into a separate file.

Changes-licensed-under: ISC

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Tested-by: Pavel Roskin <proski@gnu.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath9k/Makefile
drivers/net/wireless/ath9k/core.h
drivers/net/wireless/ath9k/main.c
drivers/net/wireless/ath9k/pci.c [new file with mode: 0644]