summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-07 13:00:20 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2015-04-08 07:57:05 +0200
commitfb7a5329b031d384681c11fac82916a021fbc565 (patch)
treedf8ab586b7a562f8c7c43df10ddffbfe5f2f37d9
parentThe <sys/_stdint.h> is now available in Newlib (diff)
downloadrtems-libbsd-fb7a5329b031d384681c11fac82916a021fbc565.tar.bz2
if_dwc: Typo
-rw-r--r--freebsd/sys/dev/dwc/if_dwc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/freebsd/sys/dev/dwc/if_dwc.c b/freebsd/sys/dev/dwc/if_dwc.c
index 27f6fcf3..3caff4ac 100644
--- a/freebsd/sys/dev/dwc/if_dwc.c
+++ b/freebsd/sys/dev/dwc/if_dwc.c
@@ -213,7 +213,7 @@ struct dwc_softc {
bus_addr_t txdesc_ring_paddr;
bus_dma_tag_t txbuf_tag;
#endif /* __rtems__ */
- 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;