| Index: chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/debug.h
|
| diff --git a/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/debug.h b/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/debug.h
|
| index 5d21704e87fff40c078382e1010f4b1fc529efcf..f7bf148a97f34a63060b626a26b841e8d3702b75 100644
|
| --- a/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/debug.h
|
| +++ b/chromeos/compat-wireless/drivers/net/wireless/ath/ath9k/debug.h
|
| @@ -166,8 +166,8 @@ int ath9k_debug_create_root(void);
|
| void ath9k_debug_remove_root(void);
|
| void ath_debug_stat_interrupt(struct ath_softc *sc, enum ath9k_int status);
|
| void ath_debug_stat_rc(struct ath_softc *sc, int final_rate);
|
| -void ath_debug_stat_tx(struct ath_softc *sc, struct ath_txq *txq,
|
| - struct ath_buf *bf, struct ath_tx_status *ts);
|
| +void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf,
|
| + struct ath_tx_status *ts);
|
| void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs);
|
| void ath_debug_stat_retries(struct ath_softc *sc, int rix,
|
| int xretries, int retries, u8 per);
|
| @@ -203,7 +203,6 @@ 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_tx_status *ts)
|
| {
|
|
|