ar71xx/mac80211: add a workaround for the bad signal strength on the WNDR3700
[openwrt.git] / target / linux / ar71xx / files / arch / mips / ar71xx / dev-ap94-pci.h
index 7969ed4..e69ba55 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  Atheros AP94 reference board PCI initialization
  *
- *  Copyright (C) 2009 Gabor Juhos <juhosg@openwrt.org>
+ *  Copyright (C) 2009-2010 Gabor Juhos <juhosg@openwrt.org>
  *
  *  This program is free software; you can redistribute it and/or modify it
  *  under the terms of the GNU General Public License version 2 as published
 #if defined(CONFIG_AR71XX_DEV_AP94_PCI)
 void ap94_pci_init(u8 *cal_data0, u8 *mac_addr0,
                   u8 *cal_data1, u8 *mac_addr1) __init;
+
+void ap94_pci_enable_quirk_wndr3700(void) __init;
+
 #else
 static inline void ap94_pci_init(u8 *cal_data0, u8 *mac_addr0,
-                                u8 *cal_data1, u8 *mac_addr1)
-{
-}
+                                u8 *cal_data1, u8 *mac_addr1) {}
+
+static inline void ap94_pci_enable_quirk_wndr3700(void) {}
 #endif
 
 #endif /* _AR71XX_DEV_AP94_PCI_H */