ramips: raeth: use the NUM_TX_DESC for the tx_skb array
SVN-Revision: 30439
This commit is contained in:
parent
a2c8789578
commit
c67adbbddb
@ -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…
Reference in New Issue
Block a user