aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/htc.h
diff options
context:
space:
mode:
authorJohn W. Linville <linville@tuxdriver.com>2014-05-20 15:34:37 -0400
committerJohn W. Linville <linville@tuxdriver.com>2014-05-20 15:36:15 -0400
commit96810471673393c931595a013f0f3094b564b1e9 (patch)
tree8185459dc95ecbb11cc5e03f16a47ad9276e3340 /drivers/net/wireless/ath/ath9k/htc.h
parentb43: xmit: set 5 GHz bit depending on current band (diff)
downloadlinux-dev-96810471673393c931595a013f0f3094b564b1e9.tar.xz
linux-dev-96810471673393c931595a013f0f3094b564b1e9.zip
ath9k: fixup "ath9k_htc: fix build with disabled debug"
Apparently Oleksij's compile testing was no better than mine initially was... :-( Cc: Oleksij Rempel <linux@rempel-privat.de> 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, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/htc.h b/drivers/net/wireless/ath/ath9k/htc.h
index ca801a0130e1..09a5d72f3ff5 100644
--- a/drivers/net/wireless/ath/ath9k/htc.h
+++ b/drivers/net/wireless/ath/ath9k/htc.h
@@ -378,7 +378,7 @@ void ath9k_htc_get_et_stats(struct ieee80211_hw *hw,
#define TX_QSTAT_INC(c) do { } while (0)
static inline void ath9k_htc_err_stat_rx(struct ath9k_htc_priv *priv,
- struct ath_rx_status *rs);
+ struct ath_rx_status *rs)
{
}