diff options
-rw-r--r-- | sys/dev/ath/if_ath_rx_edma.c | 4 |
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 |