diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/debug.h')
| -rw-r--r-- | drivers/net/wireless/ath/ath9k/debug.h | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath/ath9k/debug.h b/drivers/net/wireless/ath/ath9k/debug.h index 95f85bdc8db..39f89bc9abc 100644 --- a/drivers/net/wireless/ath/ath9k/debug.h +++ b/drivers/net/wireless/ath/ath9k/debug.h @@ -230,7 +230,8 @@ int ath9k_init_debug(struct ath_hw *ah);  void ath9k_debug_samp_bb_mac(struct ath_softc *sc);  void ath_debug_stat_interrupt(struct ath_softc *sc, enum ath9k_int status);  void ath_debug_stat_tx(struct ath_softc *sc, struct ath_buf *bf, -		       struct ath_tx_status *ts, struct ath_txq *txq); +		       struct ath_tx_status *ts, struct ath_txq *txq, +		       unsigned int flags);  void ath_debug_stat_rx(struct ath_softc *sc, struct ath_rx_status *rs);  #else @@ -252,7 +253,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_txq *txq) +				     struct ath_txq *txq, +				     unsigned int flags)  {  }  |