aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2010-06-02 16:53:58 -0400
committerJohn W. Linville <linville@tuxdriver.com>2010-06-02 16:53:58 -0400
commited3305b4bb1fadff22e2f254bccfb3301e0b6b4f (patch)
tree87d4166848758acd7968d57678f762c7ba7adfd9 /drivers/net/wireless/ath/ath9k/htc.h
parent4fb26fa9ae043810eb99c22364d23ffc3b271b8d (diff)
ath9k_htc: fix build error when ATH9K_HTC_DEBUGFS not enabled
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/htc.h')
-rw-r--r--drivers/net/wireless/ath/ath9k/htc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h
index bf2bd4211c87..ba86458a3cae 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -289,6 +289,8 @@ struct ath9k_debug {
289#define TX_STAT_INC(c) do { } while (0) 289#define TX_STAT_INC(c) do { } while (0)
290#define RX_STAT_INC(c) do { } while (0) 290#define RX_STAT_INC(c) do { } while (0)
291 291
292#define TX_QSTAT_INC(c) do { } while (0)
293
292#endif /* CONFIG_ATH9K_HTC_DEBUGFS */ 294#endif /* CONFIG_ATH9K_HTC_DEBUGFS */
293 295
294#define ATH_LED_PIN_DEF 1 296#define ATH_LED_PIN_DEF 1