* [PATCH] ath9k: fix compilation without CONFIG_ATH9K_DEBUGFS
@ 2010-04-07 5:26 Pavel Roskin
2010-04-07 16:35 ` Felix Fietkau
0 siblings, 1 reply; 3+ messages in thread
From: Pavel Roskin @ 2010-04-07 5:26 UTC (permalink / raw)
To: linux-wireless, John W. Linville; +Cc: Felix Fietkau
Make arguments of ath_debug_stat_tx() and ath_debug_stat_rx() stubs
match those of the same functions with CONFIG_ATH9K_DEBUGFS defined.
Signed-off-by: Pavel Roskin <proski@gnu.org>
---
drivers/net/wireless/ath/ath9k/debug.h | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/net/wireless/ath/ath9k/debug.h b/drivers/net/wireless/ath/ath9k/debug.h
index 9551d8e..b2af9de 100644
--- a/drivers/net/wireless/ath/ath9k/debug.h
+++ b/drivers/net/wireless/ath/ath9k/debug.h
@@ -204,12 +204,13 @@ static inline void ath_debug_stat_rc(struct ath_softc *sc,
static inline void ath_debug_stat_tx(struct ath_softc *sc,
struct ath_txq *txq,
- struct ath_buf *bf)
+ struct ath_buf *bf,
+ struct ath_tx_status *ts)
{
}
static inline void ath_debug_stat_rx(struct ath_softc *sc,
- struct ath_buf *bf)
+ struct ath_rx_status *rs)
{
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] ath9k: fix compilation without CONFIG_ATH9K_DEBUGFS
2010-04-07 5:26 [PATCH] ath9k: fix compilation without CONFIG_ATH9K_DEBUGFS Pavel Roskin
@ 2010-04-07 16:35 ` Felix Fietkau
2010-04-07 16:40 ` Pavel Roskin
0 siblings, 1 reply; 3+ messages in thread
From: Felix Fietkau @ 2010-04-07 16:35 UTC (permalink / raw)
To: Pavel Roskin; +Cc: linux-wireless, John W. Linville
On 2010-04-06 10:26 PM, Pavel Roskin wrote:
> Make arguments of ath_debug_stat_tx() and ath_debug_stat_rx() stubs
> match those of the same functions with CONFIG_ATH9K_DEBUGFS defined.
>
> Signed-off-by: Pavel Roskin <proski@gnu.org>
Isn't that the same as what I already sent on March 31st?
- Felix
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ath9k: fix compilation without CONFIG_ATH9K_DEBUGFS
2010-04-07 16:35 ` Felix Fietkau
@ 2010-04-07 16:40 ` Pavel Roskin
0 siblings, 0 replies; 3+ messages in thread
From: Pavel Roskin @ 2010-04-07 16:40 UTC (permalink / raw)
To: Felix Fietkau; +Cc: linux-wireless, John W. Linville
On Wed, 2010-04-07 at 09:35 -0700, Felix Fietkau wrote:
> On 2010-04-06 10:26 PM, Pavel Roskin wrote:
> > Make arguments of ath_debug_stat_tx() and ath_debug_stat_rx() stubs
> > match those of the same functions with CONFIG_ATH9K_DEBUGFS defined.
> >
> > Signed-off-by: Pavel Roskin <proski@gnu.org>
> Isn't that the same as what I already sent on March 31st?
That's it exactly. Sorry, I missed it.
John, please commit it soon. It's a compile issue.
--
Regards,
Pavel Roskin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-04-07 16:40 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-07 5:26 [PATCH] ath9k: fix compilation without CONFIG_ATH9K_DEBUGFS Pavel Roskin
2010-04-07 16:35 ` Felix Fietkau
2010-04-07 16:40 ` Pavel Roskin
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).