ramips: raeth: use the NUM_TX_DESC for the tx_skb array

SVN-Revision: 30439
master
Gabor Juhos 13 years ago
parent a2c8789578
commit c67adbbddb
  1. 2
      target/linux/ramips/files/drivers/net/ramips_eth.h

@ -222,7 +222,7 @@ struct raeth_priv
unsigned int phy_tx;
struct tasklet_struct tx_housekeeping_tasklet;
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;

Loading…
Cancel
Save