1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 05:58:53 +02:00

ath9k: fix misplaced ifdef

SVN-Revision: 30766
This commit is contained in:
Felix Fietkau 2012-03-01 15:22:08 +00:00
parent c684920525
commit b12229935d

@ -182,9 +182,9 @@
#endif
--- a/drivers/net/wireless/ath/ath9k/debug.c
+++ b/drivers/net/wireless/ath/ath9k/debug.c
@@ -1254,6 +1254,61 @@ static const struct file_operations fops
#ifdef CONFIG_ATH9K_MAC_DEBUG
@@ -1252,6 +1252,61 @@ static const struct file_operations fops
.llseek = default_llseek,
};
+#ifdef CONFIG_MAC80211_LEDS
+
@ -241,9 +241,9 @@
+
+#endif
+
#ifdef CONFIG_ATH9K_MAC_DEBUG
void ath9k_debug_samp_bb_mac(struct ath_softc *sc)
{
#define ATH_SAMP_DBG(c) (sc->debug.bb_mac_samp[sc->debug.sampidx].c)
@@ -1681,6 +1736,11 @@ int ath9k_init_debug(struct ath_hw *ah)
&fops_samps);
#endif