summaryrefslogtreecommitdiff
path: root/sys/dev/ath/if_ath_rx.h
diff options
context:
space:
mode:
authorAdrian Chadd <adrian@FreeBSD.org>2013-04-04 08:21:56 +0000
committerAdrian Chadd <adrian@FreeBSD.org>2013-04-04 08:21:56 +0000
commit8cc724d9be9be3db8f59374d6e848ae169695cc3 (patch)
tree6643d814b78fee5e7d71c16dee98e2950139b311 /sys/dev/ath/if_ath_rx.h
parent7d5621c981f9f61a9063c963afb309fe200814de (diff)
Notes
Diffstat (limited to 'sys/dev/ath/if_ath_rx.h')
-rw-r--r--sys/dev/ath/if_ath_rx.h2
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);