aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/lantiq/files-3.2/arch/mips/lantiq/xway/pci-ath-fixup.h
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2012-03-25 08:50:38 +0000
committerJohn Crispin <john@openwrt.org>2012-03-25 08:50:38 +0000
commitb982e8166bebeb79c64aae2689c06db06fe6d506 (patch)
tree4fb743bd5b3a3bd2f8f746847257a63640d720a1 /target/linux/lantiq/files-3.2/arch/mips/lantiq/xway/pci-ath-fixup.h
parent5ea100c39bb6ca5718ef7dc694119c85d405439c (diff)
downloadupstream-b982e8166bebeb79c64aae2689c06db06fe6d506.tar.gz
upstream-b982e8166bebeb79c64aae2689c06db06fe6d506.tar.bz2
upstream-b982e8166bebeb79c64aae2689c06db06fe6d506.zip
cleanup atheros wifi handling
Signed-off-by: Andrej Vlašić <andrej.vlasic0@gmail.com> Signed-off-by: Luka Perkov <openwrt@lukaperkov.net> SVN-Revision: 31064
Diffstat (limited to 'target/linux/lantiq/files-3.2/arch/mips/lantiq/xway/pci-ath-fixup.h')
-rw-r--r--target/linux/lantiq/files-3.2/arch/mips/lantiq/xway/pci-ath-fixup.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/lantiq/files-3.2/arch/mips/lantiq/xway/pci-ath-fixup.h b/target/linux/lantiq/files-3.2/arch/mips/lantiq/xway/pci-ath-fixup.h
new file mode 100644
index 0000000000..095d2619ce
--- /dev/null
+++ b/target/linux/lantiq/files-3.2/arch/mips/lantiq/xway/pci-ath-fixup.h
@@ -0,0 +1,6 @@
+#ifndef _PCI_ATH_FIXUP
+#define _PCI_ATH_FIXUP
+
+void ltq_pci_ath_fixup(unsigned slot, u16 *cal_data) __init;
+
+#endif /* _PCI_ATH_FIXUP */