projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f60e7e
)
ath9k: fix compile error in non-debug ath_debug_stat_tx() stub
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 28 Jan 2011 16:52:49 +0000
(17:52 +0100)
committer
John W. Linville
<linville@tuxdriver.com>
Fri, 28 Jan 2011 20:46:25 +0000
(15:46 -0500)
"ath9k: fix tx queue index confusion in debugfs code" changed the debug
function but not the stub.
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/net/wireless/ath/ath9k/debug.h
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/ath/ath9k/debug.h
b/drivers/net/wireless/ath/ath9k/debug.h
index 1bdc6d4ceb176ba89f0278b9f68e588a1680c70d..59338de0ce19bdaef71d4a0a4c5b1a7594628eb6 100644
(file)
--- a/
drivers/net/wireless/ath/ath9k/debug.h
+++ b/
drivers/net/wireless/ath/ath9k/debug.h
@@
-192,7
+192,8
@@
static inline void ath_debug_stat_interrupt(struct ath_softc *sc,
static inline void ath_debug_stat_tx(struct ath_softc *sc,
struct ath_buf *bf,
- struct ath_tx_status *ts)
+ struct ath_tx_status *ts,
+ struct ath_txq *txq)
{
}