summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradrian <adrian@FreeBSD.org>2013-04-04 08:57:29 +0000
committeradrian <adrian@FreeBSD.org>2013-04-04 08:57:29 +0000
commit83b6fc7d70a6576a4179a478584d698567df2fd2 (patch)
tree4a724920c160ad1606d26d6cf9902c263944a377
parent009d7ce55c6180682db246a47a398e84f00d3030 (diff)
downloadFreeBSD-src-83b6fc7d70a6576a4179a478584d698567df2fd2.zip
FreeBSD-src-83b6fc7d70a6576a4179a478584d698567df2fd2.tar.gz
Update comments!
-rw-r--r--sys/dev/ath/if_ath_rx_edma.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/ath/if_ath_rx_edma.c b/sys/dev/ath/if_ath_rx_edma.c
index 9d8bd31..76ce0f3 100644
--- a/sys/dev/ath/if_ath_rx_edma.c
+++ b/sys/dev/ath/if_ath_rx_edma.c
@@ -571,10 +571,6 @@ ath_edma_recv_tasklet(void *arg, int npending)
*
* + Allocate a 4KB mbuf;
* + Setup the DMA map for the given buffer;
- * + Keep a pointer to the start of the mbuf - that's where the
- * descriptor lies;
- * + Take a pointer to the start of the RX buffer, set the
- * mbuf "start" to be there;
* + Return that.
*/
static int
OpenPOWER on IntegriCloud