ramips: raeth: use the NUM_TX_DESC for the tx_skb array

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30439 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Gabor Juhos 2012-02-11 15:11:47 +00:00
parent cba394b389
commit 6653e13884
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ struct raeth_priv
unsigned int phy_tx; unsigned int phy_tx;
struct tasklet_struct tx_housekeeping_tasklet; struct tasklet_struct tx_housekeeping_tasklet;
struct ramips_tx_dma *tx; struct ramips_tx_dma *tx;
struct sk_buff *tx_skb[NUM_RX_DESC]; struct sk_buff *tx_skb[NUM_TX_DESC];
unsigned int skb_free_idx; unsigned int skb_free_idx;