diff options
Diffstat (limited to 'sys/dev/ath/if_ath_rx.h')
-rw-r--r-- | sys/dev/ath/if_ath_rx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ath/if_ath_rx.h b/sys/dev/ath/if_ath_rx.h index 504ff80b4bff..f831148bfd25 100644 --- a/sys/dev/ath/if_ath_rx.h +++ b/sys/dev/ath/if_ath_rx.h @@ -58,7 +58,7 @@ extern int ath_startrecv(struct ath_softc *sc); extern int ath_rx_pkt(struct ath_softc *sc, struct ath_rx_status *rs, HAL_STATUS status, uint64_t tsf, int nf, HAL_RX_QUEUE qtype, - struct ath_buf *bf); + struct ath_buf *bf, struct mbuf *m); extern void ath_recv_setup_legacy(struct ath_softc *sc); |