diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/debug.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/debug.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/net/wireless/ath/ath5k/debug.h b/drivers/net/wireless/ath/ath5k/debug.h index 3e34428d5126..b0355aef68d3 100644 --- a/drivers/net/wireless/ath/ath5k/debug.h +++ b/drivers/net/wireless/ath/ath5k/debug.h | |||
@@ -116,8 +116,6 @@ enum ath5k_debug_level { | |||
116 | ATH5K_DEBUG_CALIBRATE = 0x00000020, | 116 | ATH5K_DEBUG_CALIBRATE = 0x00000020, |
117 | ATH5K_DEBUG_TXPOWER = 0x00000040, | 117 | ATH5K_DEBUG_TXPOWER = 0x00000040, |
118 | ATH5K_DEBUG_LED = 0x00000080, | 118 | ATH5K_DEBUG_LED = 0x00000080, |
119 | ATH5K_DEBUG_DUMP_RX = 0x00000100, | ||
120 | ATH5K_DEBUG_DUMP_TX = 0x00000200, | ||
121 | ATH5K_DEBUG_DUMPBANDS = 0x00000400, | 119 | ATH5K_DEBUG_DUMPBANDS = 0x00000400, |
122 | ATH5K_DEBUG_DMA = 0x00000800, | 120 | ATH5K_DEBUG_DMA = 0x00000800, |
123 | ATH5K_DEBUG_ANI = 0x00002000, | 121 | ATH5K_DEBUG_ANI = 0x00002000, |
@@ -152,10 +150,6 @@ void | |||
152 | ath5k_debug_dump_bands(struct ath5k_softc *sc); | 150 | ath5k_debug_dump_bands(struct ath5k_softc *sc); |
153 | 151 | ||
154 | void | 152 | void |
155 | ath5k_debug_dump_skb(struct ath5k_softc *sc, | ||
156 | struct sk_buff *skb, const char *prefix, int tx); | ||
157 | |||
158 | void | ||
159 | ath5k_debug_printtxbuf(struct ath5k_softc *sc, struct ath5k_buf *bf); | 153 | ath5k_debug_printtxbuf(struct ath5k_softc *sc, struct ath5k_buf *bf); |
160 | 154 | ||
161 | #else /* no debugging */ | 155 | #else /* no debugging */ |
@@ -182,10 +176,6 @@ static inline void | |||
182 | ath5k_debug_dump_bands(struct ath5k_softc *sc) {} | 176 | ath5k_debug_dump_bands(struct ath5k_softc *sc) {} |
183 | 177 | ||
184 | static inline void | 178 | static inline void |
185 | ath5k_debug_dump_skb(struct ath5k_softc *sc, | ||
186 | struct sk_buff *skb, const char *prefix, int tx) {} | ||
187 | |||
188 | static inline void | ||
189 | ath5k_debug_printtxbuf(struct ath5k_softc *sc, struct ath5k_buf *bf) {} | 179 | ath5k_debug_printtxbuf(struct ath5k_softc *sc, struct ath5k_buf *bf) {} |
190 | 180 | ||
191 | #endif /* ifdef CONFIG_ATH5K_DEBUG */ | 181 | #endif /* ifdef CONFIG_ATH5K_DEBUG */ |