summaryrefslogtreecommitdiffstats
path: root/sys/dev/ath/if_ath_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ath/if_ath_misc.h')
-rw-r--r--sys/dev/ath/if_ath_misc.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/sys/dev/ath/if_ath_misc.h b/sys/dev/ath/if_ath_misc.h
index ff9a4db..47d23bc 100644
--- a/sys/dev/ath/if_ath_misc.h
+++ b/sys/dev/ath/if_ath_misc.h
@@ -88,18 +88,6 @@ extern void ath_setdefantenna(struct ath_softc *sc, u_int antenna);
extern void ath_setslottime(struct ath_softc *sc);
-extern int ath_descdma_alloc_desc(struct ath_softc *sc,
- struct ath_descdma *dd, ath_bufhead *head, const char *name,
- int ds_size, int ndesc);
-extern int ath_descdma_setup(struct ath_softc *sc, struct ath_descdma *dd,
- ath_bufhead *head, const char *name, int ds_size, int nbuf,
- int ndesc);
-extern int ath_descdma_setup_rx_edma(struct ath_softc *sc,
- struct ath_descdma *dd, ath_bufhead *head, const char *name,
- int nbuf, int desclen);
-extern void ath_descdma_cleanup(struct ath_softc *sc,
- struct ath_descdma *dd, ath_bufhead *head);
-
extern void ath_legacy_attach_comp_func(struct ath_softc *sc);
extern void ath_tx_draintxq(struct ath_softc *sc, struct ath_txq *txq);
OpenPOWER on IntegriCloud