diff options
author | John W. Linville <linville@tuxdriver.com> | 2014-05-20 15:34:37 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-05-20 15:36:15 -0400 |
commit | 96810471673393c931595a013f0f3094b564b1e9 (patch) | |
tree | 8185459dc95ecbb11cc5e03f16a47ad9276e3340 /drivers/net/wireless/ath/ath9k/htc.h | |
parent | 24acfc632b7ba55bbc2a9305e8df31c8e41178b6 (diff) | |
download | talos-obmc-linux-96810471673393c931595a013f0f3094b564b1e9.tar.gz talos-obmc-linux-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.h | 2 |
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) { } |