diff options
| author | Jared McNeill <jmcneill@FreeBSD.org> | 2016-04-29 21:46:43 +0000 |
|---|---|---|
| committer | Jared McNeill <jmcneill@FreeBSD.org> | 2016-04-29 21:46:43 +0000 |
| commit | e7502187c2b1d9c5a1732c48c8d9f45a1c3473c4 (patch) | |
| tree | 2c6e0280d7ddbf68e62578f79d515b9d20098aca /sys/dev/dwc | |
| parent | bc502553a62ad7eb97e606a19ca70fc55f81027a (diff) | |
Notes
Diffstat (limited to 'sys/dev/dwc')
| -rw-r--r-- | sys/dev/dwc/if_dwcvar.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/dwc/if_dwcvar.h b/sys/dev/dwc/if_dwcvar.h index 3dd6a8dda2b5..d9198bda4415 100644 --- a/sys/dev/dwc/if_dwcvar.h +++ b/sys/dev/dwc/if_dwcvar.h @@ -90,7 +90,7 @@ struct dwc_softc { struct dwc_hwdesc *txdesc_ring; bus_addr_t txdesc_ring_paddr; bus_dma_tag_t txbuf_tag; - struct dwc_bufmap txbuf_map[RX_DESC_COUNT]; + struct dwc_bufmap txbuf_map[TX_DESC_COUNT]; uint32_t tx_idx_head; uint32_t tx_idx_tail; int txcount; |
