]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit51a36ec5aceba29cf687728916d619abf398f0c5
tree17345f71c943ec94cdd16826c7f5be8bc03a416d
parente0f4c24c06a776e981c26860d18a98409588fe18
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]