2
0
forked from Ivasoft/openwrt

ramips: raeth: add rx_dma array to store the DMA address of the rx packets

SVN-Revision: 30445
This commit is contained in:
Gabor Juhos
2012-02-11 15:12:02 +00:00
parent 647af823d9
commit 7bd7ddcf4e
2 changed files with 17 additions and 10 deletions

View File

@@ -219,6 +219,7 @@ struct raeth_priv
struct tasklet_struct rx_tasklet;
struct ramips_rx_dma *rx;
struct sk_buff *rx_skb[NUM_RX_DESC];
dma_addr_t rx_dma[NUM_RX_DESC];
dma_addr_t tx_desc_dma;
struct tasklet_struct tx_housekeeping_tasklet;