linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ath9k: fixup "ath9k_htc: fix build with disabled debug"
@ 2014-05-20 19:38 John W. Linville
  2014-05-20 20:26 ` Oleksij Rempel
  0 siblings, 1 reply; 4+ messages in thread
From: John W. Linville @ 2014-05-20 19:38 UTC (permalink / raw)
  To: linux-wireless; +Cc: John W. Linville, Oleksij Rempel

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>
---
 drivers/net/wireless/ath/ath9k/htc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
 {
 }
 
-- 
1.9.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-22 18:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-20 19:38 [PATCH] ath9k: fixup "ath9k_htc: fix build with disabled debug" John W. Linville
2014-05-20 20:26 ` Oleksij Rempel
2014-05-21  5:17   ` Oleksij Rempel
2014-05-22 17:45     ` John W. Linville

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).