ramips: raeth: use the NUM_TX_DESC for the tx_skb array
[openwrt.git] / target / linux / ramips / files / drivers / net / ramips_eth.h
index ef644c1..ecf8d77 100644 (file)
@@ -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;
 
This page took 0.022179 seconds and 4 git commands to generate.